Html Css Color HEX #F0097C Deep Pink

📋 copy color: '#F0097C'

red 240 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #F0097C

Tints of Deep Pink #F0097C

RGB

 RED value IS 240 (94.14% from 255) = 64.34%

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

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

R = 64.34%
G = 2.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0097C (or 0xF0097C) is known color: Deep Pink. HEX triplet: F0, 09 and 7C. RGB value is (240,9,124). Sum of RGB (Red+Green+Blue) = 240+9+124=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097C is #0FF683. Grayscale: #5A5A5A. Windows color (decimal): -1046148 or 8129008. OLE color: 8129008.

HSL color Cylindrical-coordinate representation of color #F0097C: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0097C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 124 -
CMYK 0 0.96 0.48 0.06
HSL 330.13º 0.93% 0.49% -
HSV(B) 330.13º 0.96% 0.94% -
XYZ 39.67 20.18 20.87 -
YUV 91.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 240 9 124 0 0.96 0.48 0.06 330.13 0.93 0.49
Hex F0 9 7C 0 60 30 6 14A 5D 31
Octal 360 11 174 0 140 60 6 512 135 61
Binary 11110000 1001 1111100 0 1100000 110000 110 101001010 1011101 110001

Color Harmonies of #F0097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0097C

Black with #F0097C

Text Example


Text Example

White with #F0097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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