Html Css Color HEX #FC2FA4 Persian Rose

📋 copy color: '#FC2FA4'

red 252 ◦ green 47 ◦ blue 164

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

Shades of Persian Rose #FC2FA4

Tints of Persian Rose #FC2FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.15%

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 54.43%
G = 10.15%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC2FA4 (or 0xFC2FA4) is known color: Persian Rose. HEX triplet: FC, 2F and A4. RGB value is (252,47,164). Sum of RGB (Red+Green+Blue) = 252+47+164=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FA4 is #03D05B. Grayscale: #797979. Windows color (decimal): -249948 or 10760188. OLE color: 10760188.

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

Color convert

RGB 252 47 164 -
CMYK 0 0.81 0.35 0.01
HSL 325.76º 0.97% 0.59% -
HSV(B) 325.76º 0.81% 0.99% -
XYZ 47.86 25.41 37.5 -
YUV 121.63 151.92 220.99 -
System Red Green Blue C M Y K H S L
Decimal 252 47 164 0 0.81 0.35 0.01 325.76 0.97 0.59
Hex FC 2F A4 0 51 23 1 146 61 3B
Octal 374 57 244 0 121 43 1 506 141 73
Binary 11111100 101111 10100100 0 1010001 100011 1 101000110 1100001 111011

Color Harmonies of #FC2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FA4

Black with #FC2FA4

Text Example


Text Example

White with #FC2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FA4; }

 p { color: rgb(252,47,164); }

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

background-color css

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

 a { background-color: rgb(252,47,164); }

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

border-color css

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

 span { border-color: rgb(252,47,164); }

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