Html Css Color HEX #FC227A Deep Pink

📋 copy color: '#FC227A'

red 252 ◦ green 34 ◦ blue 122

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

Shades of Deep Pink #FC227A

Tints of Deep Pink #FC227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 61.76%
G = 8.33%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC227A (or 0xFC227A) is known color: Deep Pink. HEX triplet: FC, 22 and 7A. RGB value is (252,34,122). Sum of RGB (Red+Green+Blue) = 252+34+122=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227A is #03DD85. Grayscale: #6D6D6D. Windows color (decimal): -253318 or 8004348. OLE color: 8004348.

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

Color convert

RGB 252 34 122 -
CMYK 0 0.87 0.52 0.01
HSL 335.78º 0.97% 0.56% -
HSV(B) 335.78º 0.87% 0.99% -
XYZ 44.23 23.24 20.57 -
YUV 109.21 135.22 229.84 -
System Red Green Blue C M Y K H S L
Decimal 252 34 122 0 0.87 0.52 0.01 335.78 0.97 0.56
Hex FC 22 7A 0 57 34 1 150 61 38
Octal 374 42 172 0 127 64 1 520 141 70
Binary 11111100 100010 1111010 0 1010111 110100 1 101010000 1100001 111000

Color Harmonies of #FC227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC227A

Black with #FC227A

Text Example


Text Example

White with #FC227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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