Html Css Color HEX #FC27AC Persian Rose

📋 copy color: '#FC27AC'

red 252 ◦ green 39 ◦ blue 172

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

Shades of Persian Rose #FC27AC

Tints of Persian Rose #FC27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.42%

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

R = 54.43%
G = 8.42%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC27AC (or 0xFC27AC) is known color: Persian Rose. HEX triplet: FC, 27 and AC. RGB value is (252,39,172). Sum of RGB (Red+Green+Blue) = 252+39+172=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27AC is #03D853. Grayscale: #757575. Windows color (decimal): -251988 or 11282428. OLE color: 11282428.

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

Color convert

RGB 252 39 172 -
CMYK 0 0.85 0.32 0.01
HSL 322.54º 0.97% 0.57% -
HSV(B) 322.54º 0.85% 0.99% -
XYZ 48.32 25.13 41.33 -
YUV 117.85 158.57 223.69 -
System Red Green Blue C M Y K H S L
Decimal 252 39 172 0 0.85 0.32 0.01 322.54 0.97 0.57
Hex FC 27 AC 0 55 20 1 143 61 39
Octal 374 47 254 0 125 40 1 503 141 71
Binary 11111100 100111 10101100 0 1010101 100000 1 101000011 1100001 111001

Color Harmonies of #FC27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27AC

Black with #FC27AC

Text Example


Text Example

White with #FC27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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