#FA2681

Color #FA2681 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FA2681

Tints of Deep Pink #FA2681

Color information

#FA2681 (or 0xFA2681) is unknown color: approx Deep Pink. HEX triplet: FA, 26 and 81. RGB value is (250,38,129). Sum of RGB (Red+Green+Blue) = 250+38+129=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2681 is #05D97E. Grayscale: #6F6F6F. Windows color (decimal): -383359 or 8464122. OLE color: 8464122.

HSL color Cylindrical-coordinate representation of color #FA2681: hue angle of 334.25º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2681 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB25038129-
CMYK00.850.480.02
HSL334.25º95.5%56.47%-
HSV(B)334.25º84.8%98.04%-
XYZ44.0823.322.94-
YUV111.76137.74226.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 59.95%
GREEN value IS 38 (15.23% from 255) = 9.11%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=59.95%
G=9.11%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503812900.850.480.02334.2595.556.47
HexFA268105530214e5f38
Octal37246201012560251613770
Binary111110101001101000000101010101110000101010011101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2681; }

 p { color: rgb(250,38,129); }

 H1.HeaderClassName
 {
   color: #FA2681;
 }
 .AnyTagClassName
 {
   color: #FA2681;
 }
</style>
background-color css

<style>
 a { background-color: #FA2681; }

 a { background-color: rgb(250,38,129); }

 div.DivClassName
 {
   background-color: #FA2681;
 }
 .BgClassName
 {
   background-color: #FA2681;
 }
</style>
border-color css

<style>
 span { border-color: #FA2681; }

 span { border-color: rgb(250,38,129); }

 td.TdClassName
 {
   border-color: #FA2681;
 }
 .TagClassName
 {
   border-color: #FA2681;
 }
</style>