Html Css Color HEX #FC2AAA Persian Rose

📋 copy color: '#FC2AAA'

red 252 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #FC2AAA

Tints of Persian Rose #FC2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

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

R = 54.31%
G = 9.05%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC2AAA (or 0xFC2AAA) is known color: Persian Rose. HEX triplet: FC, 2A and AA. RGB value is (252,42,170). Sum of RGB (Red+Green+Blue) = 252+42+170=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AAA is #03D555. Grayscale: #777777. Windows color (decimal): -251222 or 11152124. OLE color: 11152124.

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

Color convert

RGB 252 42 170 -
CMYK 0 0.83 0.33 0.01
HSL 323.43º 0.97% 0.58% -
HSV(B) 323.43º 0.83% 0.99% -
XYZ 48.23 25.25 40.36 -
YUV 119.38 156.57 222.59 -
System Red Green Blue C M Y K H S L
Decimal 252 42 170 0 0.83 0.33 0.01 323.43 0.97 0.58
Hex FC 2A AA 0 53 21 1 143 61 3A
Octal 374 52 252 0 123 41 1 503 141 72
Binary 11111100 101010 10101010 0 1010011 100001 1 101000011 1100001 111010

Color Harmonies of #FC2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AAA

Black with #FC2AAA

Text Example


Text Example

White with #FC2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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