Html Css Color HEX #FC27A2 Persian Rose

📋 copy color: '#FC27A2'

red 252 ◦ green 39 ◦ blue 162

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

Shades of Persian Rose #FC27A2

Tints of Persian Rose #FC27A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 55.63%
G = 8.61%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC27A2 (or 0xFC27A2) is known color: Persian Rose. HEX triplet: FC, 27 and A2. RGB value is (252,39,162). Sum of RGB (Red+Green+Blue) = 252+39+162=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27A2 is #03D85D. Grayscale: #747474. Windows color (decimal): -251998 or 10627068. OLE color: 10627068.

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

Color convert

RGB 252 39 162 -
CMYK 0 0.85 0.36 0.01
HSL 325.35º 0.97% 0.57% -
HSV(B) 325.35º 0.85% 0.99% -
XYZ 47.39 24.76 36.46 -
YUV 116.71 153.57 224.5 -
System Red Green Blue C M Y K H S L
Decimal 252 39 162 0 0.85 0.36 0.01 325.35 0.97 0.57
Hex FC 27 A2 0 55 24 1 145 61 39
Octal 374 47 242 0 125 44 1 505 141 71
Binary 11111100 100111 10100010 0 1010101 100100 1 101000101 1100001 111001

Color Harmonies of #FC27A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27A2

Black with #FC27A2

Text Example


Text Example

White with #FC27A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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