Html Css Color HEX #FC228C Deep Pink

📋 copy color: '#FC228C'

red 252 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #FC228C

Tints of Deep Pink #FC228C

RGB

 RED value IS 252 (98.83% from 255) = 59.15%

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

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

R = 59.15%
G = 7.98%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC228C (or 0xFC228C) is known color: Deep Pink. HEX triplet: FC, 22 and 8C. RGB value is (252,34,140). Sum of RGB (Red+Green+Blue) = 252+34+140=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC228C is #03DD73. Grayscale: #6F6F6F. Windows color (decimal): -253300 or 9183996. OLE color: 9183996.

HSL color Cylindrical-coordinate representation of color #FC228C: hue angle of 330.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC228C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 34 140 -
CMYK 0 0.87 0.44 0.01
HSL 330.83º 0.97% 0.56% -
HSV(B) 330.83º 0.87% 0.99% -
XYZ 45.45 23.73 27 -
YUV 111.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 252 34 140 0 0.87 0.44 0.01 330.83 0.97 0.56
Hex FC 22 8C 0 57 2C 1 14B 61 38
Octal 374 42 214 0 127 54 1 513 141 70
Binary 11111100 100010 10001100 0 1010111 101100 1 101001011 1100001 111000

Color Harmonies of #FC228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC228C

Black with #FC228C

Text Example


Text Example

White with #FC228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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