Html Css Color HEX #FC2AAD Persian Rose

📋 copy color: '#FC2AAD'

red 252 ◦ green 42 ◦ blue 173

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

Shades of Persian Rose #FC2AAD

Tints of Persian Rose #FC2AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 53.96%
G = 8.99%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC2AAD (or 0xFC2AAD) is known color: Persian Rose. HEX triplet: FC, 2A and AD. RGB value is (252,42,173). Sum of RGB (Red+Green+Blue) = 252+42+173=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AAD is #03D552. Grayscale: #777777. Windows color (decimal): -251219 or 11348732. OLE color: 11348732.

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

Color convert

RGB 252 42 173 -
CMYK 0 0.83 0.31 0.01
HSL 322.57º 0.97% 0.58% -
HSV(B) 322.57º 0.83% 0.99% -
XYZ 48.52 25.37 41.87 -
YUV 119.72 158.07 222.35 -
System Red Green Blue C M Y K H S L
Decimal 252 42 173 0 0.83 0.31 0.01 322.57 0.97 0.58
Hex FC 2A AD 0 53 1F 1 143 61 3A
Octal 374 52 255 0 123 37 1 503 141 72
Binary 11111100 101010 10101101 0 1010011 11111 1 101000011 1100001 111010

Color Harmonies of #FC2AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AAD

Black with #FC2AAD

Text Example


Text Example

White with #FC2AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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