Html Css Color HEX #FC2EA0 Persian Rose

📋 copy color: '#FC2EA0'

red 252 ◦ green 46 ◦ blue 160

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

Shades of Persian Rose #FC2EA0

Tints of Persian Rose #FC2EA0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.04%

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

R = 55.02%
G = 10.04%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC2EA0 (or 0xFC2EA0) is known color: Persian Rose. HEX triplet: FC, 2E and A0. RGB value is (252,46,160). Sum of RGB (Red+Green+Blue) = 252+46+160=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2EA0 is #03D15F. Grayscale: #787878. Windows color (decimal): -250208 or 10497788. OLE color: 10497788.

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

Color convert

RGB 252 46 160 -
CMYK 0 0.82 0.37 0.01
HSL 326.8º 0.97% 0.58% -
HSV(B) 326.8º 0.82% 0.99% -
XYZ 47.47 25.19 35.62 -
YUV 120.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 252 46 160 0 0.82 0.37 0.01 326.8 0.97 0.58
Hex FC 2E A0 0 52 25 1 147 61 3A
Octal 374 56 240 0 122 45 1 507 141 72
Binary 11111100 101110 10100000 0 1010010 100101 1 101000111 1100001 111010

Color Harmonies of #FC2EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EA0

Black with #FC2EA0

Text Example


Text Example

White with #FC2EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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