Html Css Color HEX #FC2AAF Persian Rose

📋 copy color: '#FC2AAF'

red 252 ◦ green 42 ◦ blue 175

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

Shades of Persian Rose #FC2AAF

Tints of Persian Rose #FC2AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 53.73%
G = 8.96%
B = 37.31%

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

#FC2AAF (or 0xFC2AAF) is known color: Persian Rose. HEX triplet: FC, 2A and AF. RGB value is (252,42,175). Sum of RGB (Red+Green+Blue) = 252+42+175=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AAF is #03D550. Grayscale: #777777. Windows color (decimal): -251217 or 11479804. OLE color: 11479804.

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

Color convert

RGB 252 42 175 -
CMYK 0 0.83 0.31 0.01
HSL 322º 0.97% 0.58% -
HSV(B) 322º 0.83% 0.99% -
XYZ 48.71 25.45 42.9 -
YUV 119.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 252 42 175 0 0.83 0.31 0.01 322 0.97 0.58
Hex FC 2A AF 0 53 1F 1 142 61 3A
Octal 374 52 257 0 123 37 1 502 141 72
Binary 11111100 101010 10101111 0 1010011 11111 1 101000010 1100001 111010

Color Harmonies of #FC2AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AAF

Black with #FC2AAF

Text Example


Text Example

White with #FC2AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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