Html Css Color HEX #F5228E Deep Pink

📋 copy color: '#F5228E'

red 245 ◦ green 34 ◦ blue 142

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

Shades of Deep Pink #F5228E

Tints of Deep Pink #F5228E

RGB

 RED value IS 245 (96.09% from 255) = 58.19%

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

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

R = 58.19%
G = 8.08%
B = 33.73%

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

#F5228E (or 0xF5228E) is known color: Deep Pink. HEX triplet: F5, 22 and 8E. RGB value is (245,34,142). Sum of RGB (Red+Green+Blue) = 245+34+142=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5228E is #0ADD71. Grayscale: #6D6D6D. Windows color (decimal): -712050 or 9315061. OLE color: 9315061.

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

Color convert

RGB 245 34 142 -
CMYK 0 0.86 0.42 0.04
HSL 329.29º 0.91% 0.55% -
HSV(B) 329.29º 0.86% 0.96% -
XYZ 43.11 22.51 27.66 -
YUV 109.4 146.4 224.72 -
System Red Green Blue C M Y K H S L
Decimal 245 34 142 0 0.86 0.42 0.04 329.29 0.91 0.55
Hex F5 22 8E 0 56 2A 4 149 5B 37
Octal 365 42 216 0 126 52 4 511 133 67
Binary 11110101 100010 10001110 0 1010110 101010 100 101001001 1011011 110111

Color Harmonies of #F5228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5228E

Black with #F5228E

Text Example


Text Example

White with #F5228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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