Html Css Color HEX #F0097E Deep Pink

📋 copy color: '#F0097E'

red 240 ◦ green 9 ◦ blue 126

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

Shades of Deep Pink #F0097E

Tints of Deep Pink #F0097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 64%
G = 2.4%
B = 33.6%

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

#F0097E (or 0xF0097E) is known color: Deep Pink. HEX triplet: F0, 09 and 7E. RGB value is (240,9,126). Sum of RGB (Red+Green+Blue) = 240+9+126=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097E is #0FF681. Grayscale: #5B5B5B. Windows color (decimal): -1046146 or 8260080. OLE color: 8260080.

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

Color convert

RGB 240 9 126 -
CMYK 0 0.96 0.48 0.06
HSL 329.61º 0.93% 0.49% -
HSV(B) 329.61º 0.96% 0.94% -
XYZ 39.8 20.23 21.55 -
YUV 91.41 147.53 233.99 -
System Red Green Blue C M Y K H S L
Decimal 240 9 126 0 0.96 0.48 0.06 329.61 0.93 0.49
Hex F0 9 7E 0 60 30 6 14A 5D 31
Octal 360 11 176 0 140 60 6 512 135 61
Binary 11110000 1001 1111110 0 1100000 110000 110 101001010 1011101 110001

Color Harmonies of #F0097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0097E

Black with #F0097E

Text Example


Text Example

White with #F0097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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