Html Css Color HEX #FC2EA2 Persian Rose

📋 copy color: '#FC2EA2'

red 252 ◦ green 46 ◦ blue 162

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

Shades of Persian Rose #FC2EA2

Tints of Persian Rose #FC2EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 54.78%
G = 10%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC2EA2 (or 0xFC2EA2) is known color: Persian Rose. HEX triplet: FC, 2E and A2. RGB value is (252,46,162). Sum of RGB (Red+Green+Blue) = 252+46+162=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2EA2 is #03D15D. Grayscale: #787878. Windows color (decimal): -250206 or 10628860. OLE color: 10628860.

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

Color convert

RGB 252 46 162 -
CMYK 0 0.82 0.36 0.01
HSL 326.21º 0.97% 0.58% -
HSV(B) 326.21º 0.82% 0.99% -
XYZ 47.64 25.26 36.55 -
YUV 120.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 252 46 162 0 0.82 0.36 0.01 326.21 0.97 0.58
Hex FC 2E A2 0 52 24 1 146 61 3A
Octal 374 56 242 0 122 44 1 506 141 72
Binary 11111100 101110 10100010 0 1010010 100100 1 101000110 1100001 111010

Color Harmonies of #FC2EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EA2

Black with #FC2EA2

Text Example


Text Example

White with #FC2EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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