Html Css Color HEX #FC3AAC Persian Rose

📋 copy color: '#FC3AAC'

red 252 ◦ green 58 ◦ blue 172

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

Shades of Persian Rose #FC3AAC

Tints of Persian Rose #FC3AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 52.28%
G = 12.03%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC3AAC (or 0xFC3AAC) is known color: Persian Rose. HEX triplet: FC, 3A and AC. RGB value is (252,58,172). Sum of RGB (Red+Green+Blue) = 252+58+172=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3AAC is #03C553. Grayscale: #808080. Windows color (decimal): -247124 or 11287292. OLE color: 11287292.

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

Color convert

RGB 252 58 172 -
CMYK 0 0.77 0.32 0.01
HSL 324.74º 0.97% 0.61% -
HSV(B) 324.74º 0.77% 0.99% -
XYZ 49.1 26.7 41.6 -
YUV 129 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 252 58 172 0 0.77 0.32 0.01 324.74 0.97 0.61
Hex FC 3A AC 0 4D 20 1 145 61 3D
Octal 374 72 254 0 115 40 1 505 141 75
Binary 11111100 111010 10101100 0 1001101 100000 1 101000101 1100001 111101

Color Harmonies of #FC3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3AAC

Black with #FC3AAC

Text Example


Text Example

White with #FC3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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