Html Css Color HEX #F41481 Deep Pink

📋 copy color: '#F41481'

red 244 ◦ green 20 ◦ blue 129

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

Shades of Deep Pink #F41481

Tints of Deep Pink #F41481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 62.09%
G = 5.09%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F41481 (or 0xF41481) is known color: Deep Pink. HEX triplet: F4, 14 and 81. RGB value is (244,20,129). Sum of RGB (Red+Green+Blue) = 244+20+129=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F41481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41481 is #0BEB7E. Grayscale: #636363. Windows color (decimal): -781183 or 8459508. OLE color: 8459508.

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

Color convert

RGB 244 20 129 -
CMYK 0 0.92 0.47 0.04
HSL 330.8º 0.91% 0.52% -
HSV(B) 330.8º 0.92% 0.96% -
XYZ 41.52 21.32 22.7 -
YUV 99.4 144.71 231.14 -
System Red Green Blue C M Y K H S L
Decimal 244 20 129 0 0.92 0.47 0.04 330.8 0.91 0.52
Hex F4 14 81 0 5C 2F 4 14B 5B 34
Octal 364 24 201 0 134 57 4 513 133 64
Binary 11110100 10100 10000001 0 1011100 101111 100 101001011 1011011 110100

Color Harmonies of #F41481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41481

Black with #F41481

Text Example


Text Example

White with #F41481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41481; }

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

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

background-color css

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

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

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

border-color css

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

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

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