Html Css Color HEX #F5228C Deep Pink

📋 copy color: '#F5228C'

red 245 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #F5228C

Tints of Deep Pink #F5228C

RGB

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

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

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

R = 58.47%
G = 8.11%
B = 33.41%

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

#F5228C (or 0xF5228C) is known color: Deep Pink. HEX triplet: F5, 22 and 8C. RGB value is (245,34,140). Sum of RGB (Red+Green+Blue) = 245+34+140=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5228C is #0ADD73. Grayscale: #6C6C6C. Windows color (decimal): -712052 or 9183989. OLE color: 9183989.

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

Color convert

RGB 245 34 140 -
CMYK 0 0.86 0.43 0.04
HSL 329.86º 0.91% 0.55% -
HSV(B) 329.86º 0.86% 0.96% -
XYZ 42.96 22.45 26.88 -
YUV 109.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 245 34 140 0 0.86 0.43 0.04 329.86 0.91 0.55
Hex F5 22 8C 0 56 2B 4 14A 5B 37
Octal 365 42 214 0 126 53 4 512 133 67
Binary 11110101 100010 10001100 0 1010110 101011 100 101001010 1011011 110111

Color Harmonies of #F5228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5228C

Black with #F5228C

Text Example


Text Example

White with #F5228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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