Html Css Color HEX #FC20A6 Persian Rose

📋 copy color: '#FC20A6'

red 252 ◦ green 32 ◦ blue 166

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

Shades of Persian Rose #FC20A6

Tints of Persian Rose #FC20A6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.11%

 BLUE value IS 166 (65.23% from 255) = 36.89%

R = 56%
G = 7.11%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC20A6 (or 0xFC20A6) is known color: Persian Rose. HEX triplet: FC, 20 and A6. RGB value is (252,32,166). Sum of RGB (Red+Green+Blue) = 252+32+166=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20A6 is #03DF59. Grayscale: #707070. Windows color (decimal): -253786 or 10887420. OLE color: 10887420.

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

Color convert

RGB 252 32 166 -
CMYK 0 0.87 0.34 0.01
HSL 323.45º 0.97% 0.56% -
HSV(B) 323.45º 0.87% 0.99% -
XYZ 47.54 24.48 38.3 -
YUV 113.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 252 32 166 0 0.87 0.34 0.01 323.45 0.97 0.56
Hex FC 20 A6 0 57 22 1 143 61 38
Octal 374 40 246 0 127 42 1 503 141 70
Binary 11111100 100000 10100110 0 1010111 100010 1 101000011 1100001 111000

Color Harmonies of #FC20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20A6

Black with #FC20A6

Text Example


Text Example

White with #FC20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20A6; }

 p { color: rgb(252,32,166); }

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

background-color css

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

 a { background-color: rgb(252,32,166); }

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

border-color css

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

 span { border-color: rgb(252,32,166); }

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