Html Css Color HEX #FC3AAF Persian Rose

📋 copy color: '#FC3AAF'

red 252 ◦ green 58 ◦ blue 175

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

Shades of Persian Rose #FC3AAF

Tints of Persian Rose #FC3AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.96%

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

R = 51.96%
G = 11.96%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC3AAF (or 0xFC3AAF) is known color: Persian Rose. HEX triplet: FC, 3A and AF. RGB value is (252,58,175). Sum of RGB (Red+Green+Blue) = 252+58+175=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3AAF is #03C550. Grayscale: #818181. Windows color (decimal): -247121 or 11483900. OLE color: 11483900.

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

Color convert

RGB 252 58 175 -
CMYK 0 0.77 0.31 0.01
HSL 323.81º 0.97% 0.61% -
HSV(B) 323.81º 0.77% 0.99% -
XYZ 49.4 26.82 43.13 -
YUV 129.34 153.77 215.49 -
System Red Green Blue C M Y K H S L
Decimal 252 58 175 0 0.77 0.31 0.01 323.81 0.97 0.61
Hex FC 3A AF 0 4D 1F 1 144 61 3D
Octal 374 72 257 0 115 37 1 504 141 75
Binary 11111100 111010 10101111 0 1001101 11111 1 101000100 1100001 111101

Color Harmonies of #FC3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3AAF

Black with #FC3AAF

Text Example


Text Example

White with #FC3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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