Html Css Color HEX #FB097C Deep Pink

📋 copy color: '#FB097C'

red 251 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #FB097C

Tints of Deep Pink #FB097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 65.36%
G = 2.34%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB097C (or 0xFB097C) is known color: Deep Pink. HEX triplet: FB, 09 and 7C. RGB value is (251,9,124). Sum of RGB (Red+Green+Blue) = 251+9+124=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097C is #04F683. Grayscale: #5E5E5E. Windows color (decimal): -325252 or 8129019. OLE color: 8129019.

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

Color convert

RGB 251 9 124 -
CMYK 0 0.96 0.51 0.02
HSL 331.49º 0.97% 0.51% -
HSV(B) 331.49º 0.96% 0.98% -
XYZ 43.52 22.16 21.05 -
YUV 94.47 144.67 239.65 -
System Red Green Blue C M Y K H S L
Decimal 251 9 124 0 0.96 0.51 0.02 331.49 0.97 0.51
Hex FB 9 7C 0 60 33 2 14B 61 33
Octal 373 11 174 0 140 63 2 513 141 63
Binary 11111011 1001 1111100 0 1100000 110011 10 101001011 1100001 110011

Color Harmonies of #FB097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB097C

Black with #FB097C

Text Example


Text Example

White with #FB097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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