Html Css Color HEX #F40481 Deep Pink

📋 copy color: '#F40481'

red 244 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #F40481

Tints of Deep Pink #F40481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 64.72%
G = 1.06%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F40481 (or 0xF40481) is known color: Deep Pink. HEX triplet: F4, 04 and 81. RGB value is (244,4,129). Sum of RGB (Red+Green+Blue) = 244+4+129=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F40481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40481 is #0BFB7E. Grayscale: #595959. Windows color (decimal): -785279 or 8455412. OLE color: 8455412.

HSL color Cylindrical-coordinate representation of color #F40481: hue angle of 328.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40481 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 129 -
CMYK 0 0.98 0.47 0.04
HSL 328.75º 0.97% 0.49% -
HSV(B) 328.75º 0.98% 0.96% -
XYZ 41.31 20.9 22.63 -
YUV 90.01 150.01 237.84 -
System Red Green Blue C M Y K H S L
Decimal 244 4 129 0 0.98 0.47 0.04 328.75 0.97 0.49
Hex F4 4 81 0 62 2F 4 149 61 31
Octal 364 4 201 0 142 57 4 511 141 61
Binary 11110100 100 10000001 0 1100010 101111 100 101001001 1100001 110001

Color Harmonies of #F40481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40481

Black with #F40481

Text Example


Text Example

White with #F40481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40481; }

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

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

background-color css

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

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

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

border-color css

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

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

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