Html Css Color HEX #F42381 Deep Pink

📋 copy color: '#F42381'

red 244 ◦ green 35 ◦ blue 129

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

Shades of Deep Pink #F42381

Tints of Deep Pink #F42381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.58%

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

R = 59.8%
G = 8.58%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F42381 (or 0xF42381) is known color: Deep Pink. HEX triplet: F4, 23 and 81. RGB value is (244,35,129). Sum of RGB (Red+Green+Blue) = 244+35+129=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F42381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42381 is #0BDC7E. Grayscale: #6C6C6C. Windows color (decimal): -777343 or 8463348. OLE color: 8463348.

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

Color convert

RGB 244 35 129 -
CMYK 0 0.86 0.47 0.04
HSL 333.01º 0.9% 0.55% -
HSV(B) 333.01º 0.86% 0.96% -
XYZ 41.87 22.02 22.81 -
YUV 108.21 139.74 224.86 -
System Red Green Blue C M Y K H S L
Decimal 244 35 129 0 0.86 0.47 0.04 333.01 0.9 0.55
Hex F4 23 81 0 56 2F 4 14D 5A 37
Octal 364 43 201 0 126 57 4 515 132 67
Binary 11110100 100011 10000001 0 1010110 101111 100 101001101 1011010 110111

Color Harmonies of #F42381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42381

Black with #F42381

Text Example


Text Example

White with #F42381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42381; }

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

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

background-color css

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

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

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

border-color css

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

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

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