Html Css Color HEX #FC36AD Persian Rose

📋 copy color: '#FC36AD'

red 252 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #FC36AD

Tints of Persian Rose #FC36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 52.61%
G = 11.27%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC36AD (or 0xFC36AD) is known color: Persian Rose. HEX triplet: FC, 36 and AD. RGB value is (252,54,173). Sum of RGB (Red+Green+Blue) = 252+54+173=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC36AD is #03C952. Grayscale: #7E7E7E. Windows color (decimal): -248147 or 11351804. OLE color: 11351804.

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

Color convert

RGB 252 54 173 -
CMYK 0 0.79 0.31 0.01
HSL 323.94º 0.97% 0.6% -
HSV(B) 323.94º 0.79% 0.99% -
XYZ 49.01 26.35 42.04 -
YUV 126.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 252 54 173 0 0.79 0.31 0.01 323.94 0.97 0.6
Hex FC 36 AD 0 4F 1F 1 144 61 3C
Octal 374 66 255 0 117 37 1 504 141 74
Binary 11111100 110110 10101101 0 1001111 11111 1 101000100 1100001 111100

Color Harmonies of #FC36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36AD

Black with #FC36AD

Text Example


Text Example

White with #FC36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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