Html Css Color HEX #FB1C79 Deep Pink

📋 copy color: '#FB1C79'

red 251 ◦ green 28 ◦ blue 121

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

Shades of Deep Pink #FB1C79

Tints of Deep Pink #FB1C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

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

R = 62.75%
G = 7%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1C79 (or 0xFB1C79) is known color: Deep Pink. HEX triplet: FB, 1C and 79. RGB value is (251,28,121). Sum of RGB (Red+Green+Blue) = 251+28+121=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C79 is #04E386. Grayscale: #696969. Windows color (decimal): -320391 or 7937275. OLE color: 7937275.

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

Color convert

RGB 251 28 121 -
CMYK 0 0.89 0.52 0.02
HSL 334.98º 0.97% 0.55% -
HSV(B) 334.98º 0.89% 0.98% -
XYZ 43.65 22.72 20.17 -
YUV 105.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 251 28 121 0 0.89 0.52 0.02 334.98 0.97 0.55
Hex FB 1C 79 0 59 34 2 14F 61 37
Octal 373 34 171 0 131 64 2 517 141 67
Binary 11111011 11100 1111001 0 1011001 110100 10 101001111 1100001 110111

Color Harmonies of #FB1C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C79

Black with #FB1C79

Text Example


Text Example

White with #FB1C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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