Html Css Color HEX #FB097A Deep Pink

📋 copy color: '#FB097A'

red 251 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #FB097A

Tints of Deep Pink #FB097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 65.71%
G = 2.36%
B = 31.94%

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

#FB097A (or 0xFB097A) is known color: Deep Pink. HEX triplet: FB, 09 and 7A. RGB value is (251,9,122). Sum of RGB (Red+Green+Blue) = 251+9+122=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097A is #04F685. Grayscale: #5E5E5E. Windows color (decimal): -325254 or 7997947. OLE color: 7997947.

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

Color convert

RGB 251 9 122 -
CMYK 0 0.96 0.51 0.02
HSL 331.98º 0.97% 0.51% -
HSV(B) 331.98º 0.96% 0.98% -
XYZ 43.39 22.11 20.39 -
YUV 94.24 143.67 239.81 -
System Red Green Blue C M Y K H S L
Decimal 251 9 122 0 0.96 0.51 0.02 331.98 0.97 0.51
Hex FB 9 7A 0 60 33 2 14C 61 33
Octal 373 11 172 0 140 63 2 514 141 63
Binary 11111011 1001 1111010 0 1100000 110011 10 101001100 1100001 110011

Color Harmonies of #FB097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB097A

Black with #FB097A

Text Example


Text Example

White with #FB097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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