Html Css Color HEX #F4097F Deep Pink

📋 copy color: '#F4097F'

red 244 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #F4097F

Tints of Deep Pink #F4097F

RGB

 RED value IS 244 (95.7% from 255) = 64.21%

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

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

R = 64.21%
G = 2.37%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4097F (or 0xF4097F) is known color: Deep Pink. HEX triplet: F4, 09 and 7F. RGB value is (244,9,127). Sum of RGB (Red+Green+Blue) = 244+9+127=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F4097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4097F is #0BF680. Grayscale: #5C5C5C. Windows color (decimal): -784001 or 8325620. OLE color: 8325620.

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

Color convert

RGB 244 9 127 -
CMYK 0 0.96 0.48 0.04
HSL 329.87º 0.93% 0.5% -
HSV(B) 329.87º 0.96% 0.96% -
XYZ 41.24 20.96 21.95 -
YUV 92.72 147.36 235.91 -
System Red Green Blue C M Y K H S L
Decimal 244 9 127 0 0.96 0.48 0.04 329.87 0.93 0.5
Hex F4 9 7F 0 60 30 4 14A 5D 32
Octal 364 11 177 0 140 60 4 512 135 62
Binary 11110100 1001 1111111 0 1100000 110000 100 101001010 1011101 110010

Color Harmonies of #F4097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4097F

Black with #F4097F

Text Example


Text Example

White with #F4097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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