Html Css Color HEX #F4228D Deep Pink

📋 copy color: '#F4228D'

red 244 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #F4228D

Tints of Deep Pink #F4228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 58.23%
G = 8.11%
B = 33.65%

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

#F4228D (or 0xF4228D) is known color: Deep Pink. HEX triplet: F4, 22 and 8D. RGB value is (244,34,141). Sum of RGB (Red+Green+Blue) = 244+34+141=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4228D is #0BDD72. Grayscale: #6C6C6C. Windows color (decimal): -777587 or 9249524. OLE color: 9249524.

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

Color convert

RGB 244 34 141 -
CMYK 0 0.86 0.42 0.04
HSL 329.43º 0.91% 0.55% -
HSV(B) 329.43º 0.86% 0.96% -
XYZ 42.69 22.3 27.25 -
YUV 108.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 244 34 141 0 0.86 0.42 0.04 329.43 0.91 0.55
Hex F4 22 8D 0 56 2A 4 149 5B 37
Octal 364 42 215 0 126 52 4 511 133 67
Binary 11110100 100010 10001101 0 1010110 101010 100 101001001 1011011 110111

Color Harmonies of #F4228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4228D

Black with #F4228D

Text Example


Text Example

White with #F4228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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