Html Css Color HEX #FC21A6 Persian Rose

📋 copy color: '#FC21A6'

red 252 ◦ green 33 ◦ blue 166

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

Shades of Persian Rose #FC21A6

Tints of Persian Rose #FC21A6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.32%

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

R = 55.88%
G = 7.32%
B = 36.81%

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

#FC21A6 (or 0xFC21A6) is known color: Persian Rose. HEX triplet: FC, 21 and A6. RGB value is (252,33,166). Sum of RGB (Red+Green+Blue) = 252+33+166=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21A6 is #03DE59. Grayscale: #717171. Windows color (decimal): -253530 or 10887676. OLE color: 10887676.

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

Color convert

RGB 252 33 166 -
CMYK 0 0.87 0.34 0.01
HSL 323.56º 0.97% 0.56% -
HSV(B) 323.56º 0.87% 0.99% -
XYZ 47.57 24.54 38.31 -
YUV 113.64 157.55 226.69 -
System Red Green Blue C M Y K H S L
Decimal 252 33 166 0 0.87 0.34 0.01 323.56 0.97 0.56
Hex FC 21 A6 0 57 22 1 144 61 38
Octal 374 41 246 0 127 42 1 504 141 70
Binary 11111100 100001 10100110 0 1010111 100010 1 101000100 1100001 111000

Color Harmonies of #FC21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21A6

Black with #FC21A6

Text Example


Text Example

White with #FC21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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