Html Css Color HEX #FC21A0 Persian Rose

📋 copy color: '#FC21A0'

red 252 ◦ green 33 ◦ blue 160

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

Shades of Persian Rose #FC21A0

Tints of Persian Rose #FC21A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 56.63%
G = 7.42%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC21A0 (or 0xFC21A0) is known color: Persian Rose. HEX triplet: FC, 21 and A0. RGB value is (252,33,160). Sum of RGB (Red+Green+Blue) = 252+33+160=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21A0 is #03DE5F. Grayscale: #707070. Windows color (decimal): -253536 or 10494460. OLE color: 10494460.

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

Color convert

RGB 252 33 160 -
CMYK 0 0.87 0.37 0.01
HSL 325.21º 0.97% 0.56% -
HSV(B) 325.21º 0.87% 0.99% -
XYZ 47.03 24.32 35.47 -
YUV 112.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 252 33 160 0 0.87 0.37 0.01 325.21 0.97 0.56
Hex FC 21 A0 0 57 25 1 145 61 38
Octal 374 41 240 0 127 45 1 505 141 70
Binary 11111100 100001 10100000 0 1010111 100101 1 101000101 1100001 111000

Color Harmonies of #FC21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21A0

Black with #FC21A0

Text Example


Text Example

White with #FC21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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