Html Css Color HEX #FC31AC Persian Rose

📋 copy color: '#FC31AC'

red 252 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #FC31AC

Tints of Persian Rose #FC31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.36%

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

R = 53.28%
G = 10.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC31AC (or 0xFC31AC) is known color: Persian Rose. HEX triplet: FC, 31 and AC. RGB value is (252,49,172). Sum of RGB (Red+Green+Blue) = 252+49+172=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31AC is #03CE53. Grayscale: #7B7B7B. Windows color (decimal): -249428 or 11284988. OLE color: 11284988.

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

Color convert

RGB 252 49 172 -
CMYK 0 0.81 0.32 0.01
HSL 323.65º 0.97% 0.59% -
HSV(B) 323.65º 0.81% 0.99% -
XYZ 48.69 25.87 41.46 -
YUV 123.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 252 49 172 0 0.81 0.32 0.01 323.65 0.97 0.59
Hex FC 31 AC 0 51 20 1 144 61 3B
Octal 374 61 254 0 121 40 1 504 141 73
Binary 11111100 110001 10101100 0 1010001 100000 1 101000100 1100001 111011

Color Harmonies of #FC31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31AC

Black with #FC31AC

Text Example


Text Example

White with #FC31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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