Html Css Color HEX #FC1AA0 Persian Rose

📋 copy color: '#FC1AA0'

red 252 ◦ green 26 ◦ blue 160

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

Shades of Persian Rose #FC1AA0

Tints of Persian Rose #FC1AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.94%

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

R = 57.53%
G = 5.94%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC1AA0 (or 0xFC1AA0) is known color: Persian Rose. HEX triplet: FC, 1A and A0. RGB value is (252,26,160). Sum of RGB (Red+Green+Blue) = 252+26+160=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA0 is #03E55F. Grayscale: #6C6C6C. Windows color (decimal): -255328 or 10492668. OLE color: 10492668.

HSL color Cylindrical-coordinate representation of color #FC1AA0: hue angle of 324.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1AA0 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 26 160 -
CMYK 0 0.90 0.37 0.01
HSL 324.42º 0.97% 0.55% -
HSV(B) 324.42º 0.9% 0.99% -
XYZ 46.86 23.97 35.42 -
YUV 108.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 252 26 160 0 0.90 0.37 0.01 324.42 0.97 0.55
Hex FC 1A A0 0 5A 25 1 144 61 37
Octal 374 32 240 0 132 45 1 504 141 67
Binary 11111100 11010 10100000 0 1011010 100101 1 101000100 1100001 110111

Color Harmonies of #FC1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AA0

Black with #FC1AA0

Text Example


Text Example

White with #FC1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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