Html Css Color HEX #FC27A8 Persian Rose

📋 copy color: '#FC27A8'

red 252 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #FC27A8

Tints of Persian Rose #FC27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 54.9%
G = 8.5%
B = 36.6%

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

#FC27A8 (or 0xFC27A8) is known color: Persian Rose. HEX triplet: FC, 27 and A8. RGB value is (252,39,168). Sum of RGB (Red+Green+Blue) = 252+39+168=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27A8 is #03D857. Grayscale: #757575. Windows color (decimal): -251992 or 11020284. OLE color: 11020284.

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

Color convert

RGB 252 39 168 -
CMYK 0 0.85 0.33 0.01
HSL 323.66º 0.97% 0.57% -
HSV(B) 323.66º 0.85% 0.99% -
XYZ 47.94 24.97 39.34 -
YUV 117.39 156.57 224.01 -
System Red Green Blue C M Y K H S L
Decimal 252 39 168 0 0.85 0.33 0.01 323.66 0.97 0.57
Hex FC 27 A8 0 55 21 1 144 61 39
Octal 374 47 250 0 125 41 1 504 141 71
Binary 11111100 100111 10101000 0 1010101 100001 1 101000100 1100001 111001

Color Harmonies of #FC27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27A8

Black with #FC27A8

Text Example


Text Example

White with #FC27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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