Html Css Color HEX #F42581 Deep Pink

📋 copy color: '#F42581'

red 244 ◦ green 37 ◦ blue 129

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

Shades of Deep Pink #F42581

Tints of Deep Pink #F42581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

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

R = 59.51%
G = 9.02%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F42581 (or 0xF42581) is known color: Deep Pink. HEX triplet: F4, 25 and 81. RGB value is (244,37,129). Sum of RGB (Red+Green+Blue) = 244+37+129=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F42581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42581 is #0BDA7E. Grayscale: #6D6D6D. Windows color (decimal): -776831 or 8463860. OLE color: 8463860.

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

Color convert

RGB 244 37 129 -
CMYK 0 0.85 0.47 0.04
HSL 333.33º 0.9% 0.55% -
HSV(B) 333.33º 0.85% 0.96% -
XYZ 41.93 22.14 22.83 -
YUV 109.38 139.08 224.02 -
System Red Green Blue C M Y K H S L
Decimal 244 37 129 0 0.85 0.47 0.04 333.33 0.9 0.55
Hex F4 25 81 0 55 2F 4 14D 5A 37
Octal 364 45 201 0 125 57 4 515 132 67
Binary 11110100 100101 10000001 0 1010101 101111 100 101001101 1011010 110111

Color Harmonies of #F42581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42581

Black with #F42581

Text Example


Text Example

White with #F42581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42581; }

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

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

background-color css

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

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

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

border-color css

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

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

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