Html Css Color HEX #FC36B0 Persian Rose

📋 copy color: '#FC36B0'

red 252 ◦ green 54 ◦ blue 176

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

Shades of Persian Rose #FC36B0

Tints of Persian Rose #FC36B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 52.28%
G = 11.2%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC36B0 (or 0xFC36B0) is known color: Persian Rose. HEX triplet: FC, 36 and B0. RGB value is (252,54,176). Sum of RGB (Red+Green+Blue) = 252+54+176=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC36B0 is #03C94F. Grayscale: #7E7E7E. Windows color (decimal): -248144 or 11548412. OLE color: 11548412.

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

Color convert

RGB 252 54 176 -
CMYK 0 0.79 0.30 0.01
HSL 323.03º 0.97% 0.6% -
HSV(B) 323.03º 0.79% 0.99% -
XYZ 49.3 26.47 43.58 -
YUV 127.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 252 54 176 0 0.79 0.30 0.01 323.03 0.97 0.6
Hex FC 36 B0 0 4F 1E 1 143 61 3C
Octal 374 66 260 0 117 36 1 503 141 74
Binary 11111100 110110 10110000 0 1001111 11110 1 101000011 1100001 111100

Color Harmonies of #FC36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36B0

Black with #FC36B0

Text Example


Text Example

White with #FC36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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