Html Css Color HEX #FB0874 Deep Pink

📋 copy color: '#FB0874'

red 251 ◦ green 8 ◦ blue 116

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

Shades of Deep Pink #FB0874

Tints of Deep Pink #FB0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 66.93%
G = 2.13%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB0874 (or 0xFB0874) is known color: Deep Pink. HEX triplet: FB, 08 and 74. RGB value is (251,8,116). Sum of RGB (Red+Green+Blue) = 251+8+116=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0874 is #04F78B. Grayscale: #5C5C5C. Windows color (decimal): -325516 or 7604475. OLE color: 7604475.

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

Color convert

RGB 251 8 116 -
CMYK 0 0.97 0.54 0.02
HSL 333.33º 0.97% 0.51% -
HSV(B) 333.33º 0.97% 0.98% -
XYZ 43.02 21.94 18.49 -
YUV 92.97 141.01 240.72 -
System Red Green Blue C M Y K H S L
Decimal 251 8 116 0 0.97 0.54 0.02 333.33 0.97 0.51
Hex FB 8 74 0 61 36 2 14D 61 33
Octal 373 10 164 0 141 66 2 515 141 63
Binary 11111011 1000 1110100 0 1100001 110110 10 101001101 1100001 110011

Color Harmonies of #FB0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0874

Black with #FB0874

Text Example


Text Example

White with #FB0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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