Html Css Color HEX #F0097F Deep Pink

📋 copy color: '#F0097F'

red 240 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #F0097F

Tints of Deep Pink #F0097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 63.83%
G = 2.39%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0097F (or 0xF0097F) is known color: Deep Pink. HEX triplet: F0, 09 and 7F. RGB value is (240,9,127). Sum of RGB (Red+Green+Blue) = 240+9+127=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097F is #0FF680. Grayscale: #5B5B5B. Windows color (decimal): -1046145 or 8325616. OLE color: 8325616.

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

Color convert

RGB 240 9 127 -
CMYK 0 0.96 0.47 0.06
HSL 329.35º 0.93% 0.49% -
HSV(B) 329.35º 0.96% 0.94% -
XYZ 39.86 20.25 21.89 -
YUV 91.52 148.03 233.91 -
System Red Green Blue C M Y K H S L
Decimal 240 9 127 0 0.96 0.47 0.06 329.35 0.93 0.49
Hex F0 9 7F 0 60 2F 6 149 5D 31
Octal 360 11 177 0 140 57 6 511 135 61
Binary 11110000 1001 1111111 0 1100000 101111 110 101001001 1011101 110001

Color Harmonies of #F0097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0097F

Black with #F0097F

Text Example


Text Example

White with #F0097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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