Html Css Color HEX #FB097F Deep Pink

📋 copy color: '#FB097F'

red 251 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #FB097F

Tints of Deep Pink #FB097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 64.86%
G = 2.33%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB097F (or 0xFB097F) is known color: Deep Pink. HEX triplet: FB, 09 and 7F. RGB value is (251,9,127). Sum of RGB (Red+Green+Blue) = 251+9+127=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097F is #04F680. Grayscale: #5E5E5E. Windows color (decimal): -325249 or 8325627. OLE color: 8325627.

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

Color convert

RGB 251 9 127 -
CMYK 0 0.96 0.49 0.02
HSL 330.74º 0.97% 0.51% -
HSV(B) 330.74º 0.96% 0.98% -
XYZ 43.71 22.24 22.07 -
YUV 94.81 146.17 239.41 -
System Red Green Blue C M Y K H S L
Decimal 251 9 127 0 0.96 0.49 0.02 330.74 0.97 0.51
Hex FB 9 7F 0 60 31 2 14B 61 33
Octal 373 11 177 0 140 61 2 513 141 63
Binary 11111011 1001 1111111 0 1100000 110001 10 101001011 1100001 110011

Color Harmonies of #FB097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB097F

Black with #FB097F

Text Example


Text Example

White with #FB097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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