Html Css Color HEX #FC1EA2 Persian Rose

📋 copy color: '#FC1EA2'

red 252 ◦ green 30 ◦ blue 162

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

Shades of Persian Rose #FC1EA2

Tints of Persian Rose #FC1EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.76%

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

R = 56.76%
G = 6.76%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC1EA2 (or 0xFC1EA2) is known color: Persian Rose. HEX triplet: FC, 1E and A2. RGB value is (252,30,162). Sum of RGB (Red+Green+Blue) = 252+30+162=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1EA2 is #03E15D. Grayscale: #6F6F6F. Windows color (decimal): -254302 or 10624764. OLE color: 10624764.

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

Color convert

RGB 252 30 162 -
CMYK 0 0.88 0.36 0.01
HSL 324.32º 0.97% 0.55% -
HSV(B) 324.32º 0.88% 0.99% -
XYZ 47.13 24.23 36.38 -
YUV 111.43 156.55 228.27 -
System Red Green Blue C M Y K H S L
Decimal 252 30 162 0 0.88 0.36 0.01 324.32 0.97 0.55
Hex FC 1E A2 0 58 24 1 144 61 37
Octal 374 36 242 0 130 44 1 504 141 67
Binary 11111100 11110 10100010 0 1011000 100100 1 101000100 1100001 110111

Color Harmonies of #FC1EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EA2

Black with #FC1EA2

Text Example


Text Example

White with #FC1EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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