Html Css Color HEX #F42391 Deep Pink

📋 copy color: '#F42391'

red 244 ◦ green 35 ◦ blue 145

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

Shades of Deep Pink #F42391

Tints of Deep Pink #F42391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 57.55%
G = 8.25%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F42391 (or 0xF42391) is known color: Deep Pink. HEX triplet: F4, 23 and 91. RGB value is (244,35,145). Sum of RGB (Red+Green+Blue) = 244+35+145=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F42391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42391 is #0BDC6E. Grayscale: #6D6D6D. Windows color (decimal): -777327 or 9511924. OLE color: 9511924.

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

Color convert

RGB 244 35 145 -
CMYK 0 0.86 0.41 0.04
HSL 328.42º 0.9% 0.55% -
HSV(B) 328.42º 0.86% 0.96% -
XYZ 43.02 22.48 28.86 -
YUV 110.03 147.74 223.56 -
System Red Green Blue C M Y K H S L
Decimal 244 35 145 0 0.86 0.41 0.04 328.42 0.9 0.55
Hex F4 23 91 0 56 29 4 148 5A 37
Octal 364 43 221 0 126 51 4 510 132 67
Binary 11110100 100011 10010001 0 1010110 101001 100 101001000 1011010 110111

Color Harmonies of #F42391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42391

Black with #F42391

Text Example


Text Example

White with #F42391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42391; }

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

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

background-color css

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

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

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

border-color css

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

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

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