Html Css Color HEX #FB0997 Deep Pink

📋 copy color: '#FB0997'

red 251 ◦ green 9 ◦ blue 151

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

Shades of Deep Pink #FB0997

Tints of Deep Pink #FB0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 61.07%
G = 2.19%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB0997 (or 0xFB0997) is known color: Deep Pink. HEX triplet: FB, 09 and 97. RGB value is (251,9,151). Sum of RGB (Red+Green+Blue) = 251+9+151=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0997 is #04F668. Grayscale: #616161. Windows color (decimal): -325225 or 9898491. OLE color: 9898491.

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

Color convert

RGB 251 9 151 -
CMYK 0 0.96 0.40 0.02
HSL 324.79º 0.97% 0.51% -
HSV(B) 324.79º 0.96% 0.98% -
XYZ 45.47 22.94 31.31 -
YUV 97.55 158.17 237.45 -
System Red Green Blue C M Y K H S L
Decimal 251 9 151 0 0.96 0.40 0.02 324.79 0.97 0.51
Hex FB 9 97 0 60 28 2 145 61 33
Octal 373 11 227 0 140 50 2 505 141 63
Binary 11111011 1001 10010111 0 1100000 101000 10 101000101 1100001 110011

Color Harmonies of #FB0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0997

Black with #FB0997

Text Example


Text Example

White with #FB0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0997; }

 p { color: rgb(251,9,151); }

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

background-color css

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

 a { background-color: rgb(251,9,151); }

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

border-color css

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

 span { border-color: rgb(251,9,151); }

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