Html Css Color HEX #FC36A8 Persian Rose

📋 copy color: '#FC36A8'

red 252 ◦ green 54 ◦ blue 168

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

Shades of Persian Rose #FC36A8

Tints of Persian Rose #FC36A8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

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

R = 53.16%
G = 11.39%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC36A8 (or 0xFC36A8) is known color: Persian Rose. HEX triplet: FC, 36 and A8. RGB value is (252,54,168). Sum of RGB (Red+Green+Blue) = 252+54+168=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC36A8 is #03C957. Grayscale: #7D7D7D. Windows color (decimal): -248152 or 11024124. OLE color: 11024124.

HSL color Cylindrical-coordinate representation of color #FC36A8: hue angle of 325.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36A8 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 54 168 -
CMYK 0 0.79 0.33 0.01
HSL 325.45º 0.97% 0.6% -
HSV(B) 325.45º 0.79% 0.99% -
XYZ 48.53 26.16 39.54 -
YUV 126.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 252 54 168 0 0.79 0.33 0.01 325.45 0.97 0.6
Hex FC 36 A8 0 4F 21 1 145 61 3C
Octal 374 66 250 0 117 41 1 505 141 74
Binary 11111100 110110 10101000 0 1001111 100001 1 101000101 1100001 111100

Color Harmonies of #FC36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36A8

Black with #FC36A8

Text Example


Text Example

White with #FC36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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