Html Css Color HEX #F4228E Deep Pink

📋 copy color: '#F4228E'

red 244 ◦ green 34 ◦ blue 142

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

Shades of Deep Pink #F4228E

Tints of Deep Pink #F4228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 58.1%
G = 8.1%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4228E (or 0xF4228E) is known color: Deep Pink. HEX triplet: F4, 22 and 8E. RGB value is (244,34,142). Sum of RGB (Red+Green+Blue) = 244+34+142=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4228E is #0BDD71. Grayscale: #6C6C6C. Windows color (decimal): -777586 or 9315060. OLE color: 9315060.

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

Color convert

RGB 244 34 142 -
CMYK 0 0.86 0.42 0.04
HSL 329.14º 0.91% 0.55% -
HSV(B) 329.14º 0.86% 0.96% -
XYZ 42.76 22.33 27.65 -
YUV 109.1 146.57 224.22 -
System Red Green Blue C M Y K H S L
Decimal 244 34 142 0 0.86 0.42 0.04 329.14 0.91 0.55
Hex F4 22 8E 0 56 2A 4 149 5B 37
Octal 364 42 216 0 126 52 4 511 133 67
Binary 11110100 100010 10001110 0 1010110 101010 100 101001001 1011011 110111

Color Harmonies of #F4228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4228E

Black with #F4228E

Text Example


Text Example

White with #F4228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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