Html Css Color HEX #F0097A Deep Pink

📋 copy color: '#F0097A'

red 240 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #F0097A

Tints of Deep Pink #F0097A

RGB

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

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

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

R = 64.69%
G = 2.43%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0097A (or 0xF0097A) is known color: Deep Pink. HEX triplet: F0, 09 and 7A. RGB value is (240,9,122). Sum of RGB (Red+Green+Blue) = 240+9+122=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097A is #0FF685. Grayscale: #5A5A5A. Windows color (decimal): -1046150 or 7997936. OLE color: 7997936.

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

Color convert

RGB 240 9 122 -
CMYK 0 0.96 0.49 0.06
HSL 330.65º 0.93% 0.49% -
HSV(B) 330.65º 0.96% 0.94% -
XYZ 39.55 20.13 20.21 -
YUV 90.95 145.53 234.31 -
System Red Green Blue C M Y K H S L
Decimal 240 9 122 0 0.96 0.49 0.06 330.65 0.93 0.49
Hex F0 9 7A 0 60 31 6 14B 5D 31
Octal 360 11 172 0 140 61 6 513 135 61
Binary 11110000 1001 1111010 0 1100000 110001 110 101001011 1011101 110001

Color Harmonies of #F0097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0097A

Black with #F0097A

Text Example


Text Example

White with #F0097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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