Html Css Color HEX #FC2FAA Persian Rose

📋 copy color: '#FC2FAA'

red 252 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #FC2FAA

Tints of Persian Rose #FC2FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 53.73%
G = 10.02%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC2FAA (or 0xFC2FAA) is known color: Persian Rose. HEX triplet: FC, 2F and AA. RGB value is (252,47,170). Sum of RGB (Red+Green+Blue) = 252+47+170=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FAA is #03D055. Grayscale: #7A7A7A. Windows color (decimal): -249942 or 11153404. OLE color: 11153404.

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

Color convert

RGB 252 47 170 -
CMYK 0 0.81 0.33 0.01
HSL 324º 0.97% 0.59% -
HSV(B) 324º 0.81% 0.99% -
XYZ 48.42 25.63 40.43 -
YUV 122.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 252 47 170 0 0.81 0.33 0.01 324 0.97 0.59
Hex FC 2F AA 0 51 21 1 144 61 3B
Octal 374 57 252 0 121 41 1 504 141 73
Binary 11111100 101111 10101010 0 1010001 100001 1 101000100 1100001 111011

Color Harmonies of #FC2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FAA

Black with #FC2FAA

Text Example


Text Example

White with #FC2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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