Html Css Color HEX #FC227D Deep Pink

📋 copy color: '#FC227D'

red 252 ◦ green 34 ◦ blue 125

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

Shades of Deep Pink #FC227D

Tints of Deep Pink #FC227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 61.31%
G = 8.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC227D (or 0xFC227D) is known color: Deep Pink. HEX triplet: FC, 22 and 7D. RGB value is (252,34,125). Sum of RGB (Red+Green+Blue) = 252+34+125=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227D is #03DD82. Grayscale: #6D6D6D. Windows color (decimal): -253315 or 8200956. OLE color: 8200956.

HSL color Cylindrical-coordinate representation of color #FC227D: hue angle of 334.95º 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 #FC227D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 34 125 -
CMYK 0 0.87 0.50 0.01
HSL 334.95º 0.97% 0.56% -
HSV(B) 334.95º 0.87% 0.99% -
XYZ 44.42 23.32 21.56 -
YUV 109.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 252 34 125 0 0.87 0.50 0.01 334.95 0.97 0.56
Hex FC 22 7D 0 57 32 1 14F 61 38
Octal 374 42 175 0 127 62 1 517 141 70
Binary 11111100 100010 1111101 0 1010111 110010 1 101001111 1100001 111000

Color Harmonies of #FC227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC227D

Black with #FC227D

Text Example


Text Example

White with #FC227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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