#FC536E

Color #FC536E Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FC536E

Tints of Wild Watermelon #FC536E

Color information

#FC536E (or 0xFC536E) is unknown color: approx Wild Watermelon. HEX triplet: FC, 53 and 6E. RGB value is (252,83,110). Sum of RGB (Red+Green+Blue) = 252+83+110=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC536E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC536E is #03AC91. Grayscale: #888888. Windows color (decimal): -240786 or 7230460. OLE color: 7230460.

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

Color convert

RGB25283110-
CMYK00.670.560.01
HSL350.41º96.57%65.69%-
HSV(B)350.41º67.06%98.82%-
XYZ46.0528.0117.73-
YUV136.61112.99210.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=56.63%
G=18.65%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528311000.670.560.01350.4196.5765.69
HexFC536E04338115e6142
Octal3741231560103701536141102
Binary111111001010011110111001000011111000110101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC536E; }

 p { color: rgb(252,83,110); }

 H1.HeaderClassName
 {
   color: #FC536E;
 }
 .AnyTagClassName
 {
   color: #FC536E;
 }
</style>
background-color css

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

 a { background-color: rgb(252,83,110); }

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

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

 span { border-color: rgb(252,83,110); }

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