Html Css Color HEX #F42291 Deep Pink

📋 copy color: '#F42291'

red 244 ◦ green 34 ◦ blue 145

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

Shades of Deep Pink #F42291

Tints of Deep Pink #F42291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.04%

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

R = 57.68%
G = 8.04%
B = 34.28%

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

#F42291 (or 0xF42291) is known color: Deep Pink. HEX triplet: F4, 22 and 91. RGB value is (244,34,145). Sum of RGB (Red+Green+Blue) = 244+34+145=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F42291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42291 is #0BDD6E. Grayscale: #6D6D6D. Windows color (decimal): -777583 or 9511668. OLE color: 9511668.

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

Color convert

RGB 244 34 145 -
CMYK 0 0.86 0.41 0.04
HSL 328.29º 0.91% 0.55% -
HSV(B) 328.29º 0.86% 0.96% -
XYZ 42.99 22.42 28.85 -
YUV 109.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 244 34 145 0 0.86 0.41 0.04 328.29 0.91 0.55
Hex F4 22 91 0 56 29 4 148 5B 37
Octal 364 42 221 0 126 51 4 510 133 67
Binary 11110100 100010 10010001 0 1010110 101001 100 101001000 1011011 110111

Color Harmonies of #F42291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42291

Black with #F42291

Text Example


Text Example

White with #F42291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42291; }

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

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

background-color css

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

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

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

border-color css

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

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

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