Html Css Color HEX #FC2AA1 Persian Rose

📋 copy color: '#FC2AA1'

red 252 ◦ green 42 ◦ blue 161

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

Shades of Persian Rose #FC2AA1

Tints of Persian Rose #FC2AA1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.23%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 55.38%
G = 9.23%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC2AA1 (or 0xFC2AA1) is known color: Persian Rose. HEX triplet: FC, 2A and A1. RGB value is (252,42,161). Sum of RGB (Red+Green+Blue) = 252+42+161=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AA1 is #03D55E. Grayscale: #767676. Windows color (decimal): -251231 or 10562300. OLE color: 10562300.

HSL color Cylindrical-coordinate representation of color #FC2AA1: hue angle of 326º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2AA1 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 42 161 -
CMYK 0 0.83 0.36 0.01
HSL 326º 0.97% 0.58% -
HSV(B) 326º 0.83% 0.99% -
XYZ 47.41 24.92 36.03 -
YUV 118.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 252 42 161 0 0.83 0.36 0.01 326 0.97 0.58
Hex FC 2A A1 0 53 24 1 146 61 3A
Octal 374 52 241 0 123 44 1 506 141 72
Binary 11111100 101010 10100001 0 1010011 100100 1 101000110 1100001 111010

Color Harmonies of #FC2AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AA1

Black with #FC2AA1

Text Example


Text Example

White with #FC2AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AA1; }

 p { color: rgb(252,42,161); }

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

background-color css

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

 a { background-color: rgb(252,42,161); }

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

border-color css

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

 span { border-color: rgb(252,42,161); }

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