Html Css Color HEX #FC36B2 Persian Rose

📋 copy color: '#FC36B2'

red 252 ◦ green 54 ◦ blue 178

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

Shades of Persian Rose #FC36B2

Tints of Persian Rose #FC36B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 52.07%
G = 11.16%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC36B2 (or 0xFC36B2) is known color: Persian Rose. HEX triplet: FC, 36 and B2. RGB value is (252,54,178). Sum of RGB (Red+Green+Blue) = 252+54+178=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC36B2 is #03C94D. Grayscale: #7F7F7F. Windows color (decimal): -248142 or 11679484. OLE color: 11679484.

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

Color convert

RGB 252 54 178 -
CMYK 0 0.79 0.29 0.01
HSL 322.42º 0.97% 0.6% -
HSV(B) 322.42º 0.79% 0.99% -
XYZ 49.5 26.55 44.63 -
YUV 127.34 156.6 216.92 -
System Red Green Blue C M Y K H S L
Decimal 252 54 178 0 0.79 0.29 0.01 322.42 0.97 0.6
Hex FC 36 B2 0 4F 1D 1 142 61 3C
Octal 374 66 262 0 117 35 1 502 141 74
Binary 11111100 110110 10110010 0 1001111 11101 1 101000010 1100001 111100

Color Harmonies of #FC36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36B2

Black with #FC36B2

Text Example


Text Example

White with #FC36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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