Html Css Color HEX #FB1199 Deep Pink

📋 copy color: '#FB1199'

red 251 ◦ green 17 ◦ blue 153

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

Shades of Deep Pink #FB1199

Tints of Deep Pink #FB1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 59.62%
G = 4.04%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB1199 (or 0xFB1199) is known color: Deep Pink. HEX triplet: FB, 11 and 99. RGB value is (251,17,153). Sum of RGB (Red+Green+Blue) = 251+17+153=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1199 is #04EE66. Grayscale: #666666. Windows color (decimal): -323175 or 10031611. OLE color: 10031611.

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

Color convert

RGB 251 17 153 -
CMYK 0 0.93 0.39 0.02
HSL 325.13º 0.97% 0.53% -
HSV(B) 325.13º 0.93% 0.98% -
XYZ 45.73 23.21 32.21 -
YUV 102.47 156.52 233.94 -
System Red Green Blue C M Y K H S L
Decimal 251 17 153 0 0.93 0.39 0.02 325.13 0.97 0.53
Hex FB 11 99 0 5D 27 2 145 61 35
Octal 373 21 231 0 135 47 2 505 141 65
Binary 11111011 10001 10011001 0 1011101 100111 10 101000101 1100001 110101

Color Harmonies of #FB1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1199

Black with #FB1199

Text Example


Text Example

White with #FB1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1199; }

 p { color: rgb(251,17,153); }

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

background-color css

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

 a { background-color: rgb(251,17,153); }

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

border-color css

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

 span { border-color: rgb(251,17,153); }

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