Html Css Color HEX #F40992 Deep Pink

📋 copy color: '#F40992'

red 244 ◦ green 9 ◦ blue 146

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

Shades of Deep Pink #F40992

Tints of Deep Pink #F40992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 61.15%
G = 2.26%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F40992 (or 0xF40992) is known color: Deep Pink. HEX triplet: F4, 09 and 92. RGB value is (244,9,146). Sum of RGB (Red+Green+Blue) = 244+9+146=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40992 is #0BF66D. Grayscale: #5E5E5E. Windows color (decimal): -783982 or 9570804. OLE color: 9570804.

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

Color convert

RGB 244 9 146 -
CMYK 0 0.96 0.40 0.04
HSL 325.02º 0.93% 0.5% -
HSV(B) 325.02º 0.96% 0.96% -
XYZ 42.59 21.5 29.1 -
YUV 94.88 156.86 234.36 -
System Red Green Blue C M Y K H S L
Decimal 244 9 146 0 0.96 0.40 0.04 325.02 0.93 0.5
Hex F4 9 92 0 60 28 4 145 5D 32
Octal 364 11 222 0 140 50 4 505 135 62
Binary 11110100 1001 10010010 0 1100000 101000 100 101000101 1011101 110010

Color Harmonies of #F40992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40992

Black with #F40992

Text Example


Text Example

White with #F40992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40992; }

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

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

background-color css

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

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

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

border-color css

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

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

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