Html Css Color HEX #FC27AA Persian Rose

📋 copy color: '#FC27AA'

red 252 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #FC27AA

Tints of Persian Rose #FC27AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 54.66%
G = 8.46%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC27AA (or 0xFC27AA) is known color: Persian Rose. HEX triplet: FC, 27 and AA. RGB value is (252,39,170). Sum of RGB (Red+Green+Blue) = 252+39+170=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27AA is #03D855. Grayscale: #757575. Windows color (decimal): -251990 or 11151356. OLE color: 11151356.

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

Color convert

RGB 252 39 170 -
CMYK 0 0.85 0.33 0.01
HSL 323.1º 0.97% 0.57% -
HSV(B) 323.1º 0.85% 0.99% -
XYZ 48.13 25.05 40.33 -
YUV 117.62 157.57 223.85 -
System Red Green Blue C M Y K H S L
Decimal 252 39 170 0 0.85 0.33 0.01 323.1 0.97 0.57
Hex FC 27 AA 0 55 21 1 143 61 39
Octal 374 47 252 0 125 41 1 503 141 71
Binary 11111100 100111 10101010 0 1010101 100001 1 101000011 1100001 111001

Color Harmonies of #FC27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27AA

Black with #FC27AA

Text Example


Text Example

White with #FC27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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