Html Css Color HEX #FB1879 Deep Pink

📋 copy color: '#FB1879'

red 251 ◦ green 24 ◦ blue 121

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

Shades of Deep Pink #FB1879

Tints of Deep Pink #FB1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 63.38%
G = 6.06%
B = 30.56%

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

#FB1879 (or 0xFB1879) is known color: Deep Pink. HEX triplet: FB, 18 and 79. RGB value is (251,24,121). Sum of RGB (Red+Green+Blue) = 251+24+121=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1879 is #04E786. Grayscale: #666666. Windows color (decimal): -321415 or 7936251. OLE color: 7936251.

HSL color Cylindrical-coordinate representation of color #FB1879: hue angle of 334.36º 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 #FB1879 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 121 -
CMYK 0 0.90 0.52 0.02
HSL 334.36º 0.97% 0.54% -
HSV(B) 334.36º 0.9% 0.98% -
XYZ 43.56 22.54 20.14 -
YUV 102.93 138.21 233.61 -
System Red Green Blue C M Y K H S L
Decimal 251 24 121 0 0.90 0.52 0.02 334.36 0.97 0.54
Hex FB 18 79 0 5A 34 2 14E 61 36
Octal 373 30 171 0 132 64 2 516 141 66
Binary 11111011 11000 1111001 0 1011010 110100 10 101001110 1100001 110110

Color Harmonies of #FB1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1879

Black with #FB1879

Text Example


Text Example

White with #FB1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1879; }

 p { color: rgb(251,24,121); }

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

background-color css

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

 a { background-color: rgb(251,24,121); }

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

border-color css

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

 span { border-color: rgb(251,24,121); }

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