Html Css Color HEX #F40981 Deep Pink

📋 copy color: '#F40981'

red 244 ◦ green 9 ◦ blue 129

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

Shades of Deep Pink #F40981

Tints of Deep Pink #F40981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 63.87%
G = 2.36%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F40981 (or 0xF40981) is known color: Deep Pink. HEX triplet: F4, 09 and 81. RGB value is (244,9,129). Sum of RGB (Red+Green+Blue) = 244+9+129=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40981 is #0BF67E. Grayscale: #5C5C5C. Windows color (decimal): -783999 or 8456692. OLE color: 8456692.

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

Color convert

RGB 244 9 129 -
CMYK 0 0.96 0.47 0.04
HSL 329.36º 0.93% 0.5% -
HSV(B) 329.36º 0.96% 0.96% -
XYZ 41.37 21.01 22.64 -
YUV 92.95 148.36 235.74 -
System Red Green Blue C M Y K H S L
Decimal 244 9 129 0 0.96 0.47 0.04 329.36 0.93 0.5
Hex F4 9 81 0 60 2F 4 149 5D 32
Octal 364 11 201 0 140 57 4 511 135 62
Binary 11110100 1001 10000001 0 1100000 101111 100 101001001 1011101 110010

Color Harmonies of #F40981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40981

Black with #F40981

Text Example


Text Example

White with #F40981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40981; }

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

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

background-color css

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

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

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

border-color css

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

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

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