Html Css Color HEX #FC27AB Persian Rose

📋 copy color: '#FC27AB'

red 252 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #FC27AB

Tints of Persian Rose #FC27AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 54.55%
G = 8.44%
B = 37.01%

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

#FC27AB (or 0xFC27AB) is known color: Persian Rose. HEX triplet: FC, 27 and AB. RGB value is (252,39,171). Sum of RGB (Red+Green+Blue) = 252+39+171=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27AB is #03D854. Grayscale: #757575. Windows color (decimal): -251989 or 11216892. OLE color: 11216892.

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

Color convert

RGB 252 39 171 -
CMYK 0 0.85 0.32 0.01
HSL 322.82º 0.97% 0.57% -
HSV(B) 322.82º 0.85% 0.99% -
XYZ 48.22 25.09 40.83 -
YUV 117.74 158.07 223.77 -
System Red Green Blue C M Y K H S L
Decimal 252 39 171 0 0.85 0.32 0.01 322.82 0.97 0.57
Hex FC 27 AB 0 55 20 1 143 61 39
Octal 374 47 253 0 125 40 1 503 141 71
Binary 11111100 100111 10101011 0 1010101 100000 1 101000011 1100001 111001

Color Harmonies of #FC27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27AB

Black with #FC27AB

Text Example


Text Example

White with #FC27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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