Html Css Color HEX #F9097B Deep Pink

📋 copy color: '#F9097B'

red 249 ◦ green 9 ◦ blue 123

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

Shades of Deep Pink #F9097B

Tints of Deep Pink #F9097B

RGB

 RED value IS 249 (97.66% from 255) = 65.35%

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 65.35%
G = 2.36%
B = 32.28%

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

#F9097B (or 0xF9097B) is known color: Deep Pink. HEX triplet: F9, 09 and 7B. RGB value is (249,9,123). Sum of RGB (Red+Green+Blue) = 249+9+123=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9097B is #06F684. Grayscale: #5D5D5D. Windows color (decimal): -456325 or 8063481. OLE color: 8063481.

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

Color convert

RGB 249 9 123 -
CMYK 0 0.96 0.51 0.02
HSL 331.5º 0.95% 0.51% -
HSV(B) 331.5º 0.96% 0.98% -
XYZ 42.74 21.77 20.69 -
YUV 93.76 144.51 238.73 -
System Red Green Blue C M Y K H S L
Decimal 249 9 123 0 0.96 0.51 0.02 331.5 0.95 0.51
Hex F9 9 7B 0 60 33 2 14C 5F 33
Octal 371 11 173 0 140 63 2 514 137 63
Binary 11111001 1001 1111011 0 1100000 110011 10 101001100 1011111 110011

Color Harmonies of #F9097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9097B

Black with #F9097B

Text Example


Text Example

White with #F9097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9097B; }

 p { color: rgb(249,9,123); }

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

background-color css

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

 a { background-color: rgb(249,9,123); }

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

border-color css

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

 span { border-color: rgb(249,9,123); }

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