Html Css Color HEX #FB1978 Deep Pink

📋 copy color: '#FB1978'

red 251 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #FB1978

Tints of Deep Pink #FB1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 63.38%
G = 6.31%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1978 (or 0xFB1978) is known color: Deep Pink. HEX triplet: FB, 19 and 78. RGB value is (251,25,120). Sum of RGB (Red+Green+Blue) = 251+25+120=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1978 is #04E687. Grayscale: #676767. Windows color (decimal): -321160 or 7870971. OLE color: 7870971.

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

Color convert

RGB 251 25 120 -
CMYK 0 0.90 0.52 0.02
HSL 334.78º 0.97% 0.54% -
HSV(B) 334.78º 0.9% 0.98% -
XYZ 43.52 22.56 19.83 -
YUV 103.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 251 25 120 0 0.90 0.52 0.02 334.78 0.97 0.54
Hex FB 19 78 0 5A 34 2 14F 61 36
Octal 373 31 170 0 132 64 2 517 141 66
Binary 11111011 11001 1111000 0 1011010 110100 10 101001111 1100001 110110

Color Harmonies of #FB1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1978

Black with #FB1978

Text Example


Text Example

White with #FB1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1978; }

 p { color: rgb(251,25,120); }

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

background-color css

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

 a { background-color: rgb(251,25,120); }

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

border-color css

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

 span { border-color: rgb(251,25,120); }

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