Html Css Color HEX #FC27A0 Persian Rose

📋 copy color: '#FC27A0'

red 252 ◦ green 39 ◦ blue 160

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

Shades of Persian Rose #FC27A0

Tints of Persian Rose #FC27A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 55.88%
G = 8.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC27A0 (or 0xFC27A0) is known color: Persian Rose. HEX triplet: FC, 27 and A0. RGB value is (252,39,160). Sum of RGB (Red+Green+Blue) = 252+39+160=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27A0 is #03D85F. Grayscale: #747474. Windows color (decimal): -252000 or 10495996. OLE color: 10495996.

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

Color convert

RGB 252 39 160 -
CMYK 0 0.85 0.37 0.01
HSL 325.92º 0.97% 0.57% -
HSV(B) 325.92º 0.85% 0.99% -
XYZ 47.22 24.68 35.53 -
YUV 116.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 252 39 160 0 0.85 0.37 0.01 325.92 0.97 0.57
Hex FC 27 A0 0 55 25 1 146 61 39
Octal 374 47 240 0 125 45 1 506 141 71
Binary 11111100 100111 10100000 0 1010101 100101 1 101000110 1100001 111001

Color Harmonies of #FC27A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27A0

Black with #FC27A0

Text Example


Text Example

White with #FC27A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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