Html Css Color HEX #FB0A74 Deep Pink

📋 copy color: '#FB0A74'

red 251 ◦ green 10 ◦ blue 116

#FB0A74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FB0A74

Tints of Deep Pink #FB0A74

RGB

 RED value IS 251 (98.44% from 255) = 66.58%

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 66.58%
G = 2.65%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB0A74 (or 0xFB0A74) is known color: Deep Pink. HEX triplet: FB, 0A and 74. RGB value is (251,10,116). Sum of RGB (Red+Green+Blue) = 251+10+116=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A74 is #04F58B. Grayscale: #5D5D5D. Windows color (decimal): -325004 or 7604987. OLE color: 7604987.

HSL color Cylindrical-coordinate representation of color #FB0A74: hue angle of 333.61º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A74 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 116 -
CMYK 0 0.96 0.54 0.02
HSL 333.61º 0.97% 0.51% -
HSV(B) 333.61º 0.96% 0.98% -
XYZ 43.04 21.99 18.5 -
YUV 94.14 140.34 239.88 -
System Red Green Blue C M Y K H S L
Decimal 251 10 116 0 0.96 0.54 0.02 333.61 0.97 0.51
Hex FB A 74 0 60 36 2 14E 61 33
Octal 373 12 164 0 140 66 2 516 141 63
Binary 11111011 1010 1110100 0 1100000 110110 10 101001110 1100001 110011

Color Harmonies of #FB0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A74

Black with #FB0A74

Text Example


Text Example

White with #FB0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A74; }

 p { color: rgb(251,10,116); }

 H1.HeaderClassName
 {
   color: #FB0A74;
 }
 .AnyTagClassName
 {
   color: #FB0A74;
 }
</style>

background-color css

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

 a { background-color: rgb(251,10,116); }

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

border-color css

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

 span { border-color: rgb(251,10,116); }

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