Html Css Color HEX #F4228C Deep Pink

📋 copy color: '#F4228C'

red 244 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #F4228C

Tints of Deep Pink #F4228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 58.37%
G = 8.13%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4228C (or 0xF4228C) is known color: Deep Pink. HEX triplet: F4, 22 and 8C. RGB value is (244,34,140). Sum of RGB (Red+Green+Blue) = 244+34+140=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4228C is #0BDD73. Grayscale: #6C6C6C. Windows color (decimal): -777588 or 9183988. OLE color: 9183988.

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

Color convert

RGB 244 34 140 -
CMYK 0 0.86 0.43 0.04
HSL 329.71º 0.91% 0.55% -
HSV(B) 329.71º 0.86% 0.96% -
XYZ 42.61 22.27 26.86 -
YUV 108.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 244 34 140 0 0.86 0.43 0.04 329.71 0.91 0.55
Hex F4 22 8C 0 56 2B 4 14A 5B 37
Octal 364 42 214 0 126 53 4 512 133 67
Binary 11110100 100010 10001100 0 1010110 101011 100 101001010 1011011 110111

Color Harmonies of #F4228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4228C

Black with #F4228C

Text Example


Text Example

White with #F4228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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