#FC526E

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

Shades of Wild Watermelon #FC526E

Tints of Wild Watermelon #FC526E

Color information

#FC526E (or 0xFC526E) is unknown color: approx Wild Watermelon. HEX triplet: FC, 52 and 6E. RGB value is (252,82,110). Sum of RGB (Red+Green+Blue) = 252+82+110=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526E is #03AD91. Grayscale: #888888. Windows color (decimal): -241042 or 7230204. OLE color: 7230204.

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

Color convert

RGB25282110-
CMYK00.670.560.01
HSL350.12º96.59%65.49%-
HSV(B)350.12º67.46%98.82%-
XYZ45.9827.8617.71-
YUV136.02113.32210.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=56.76%
G=18.47%
B=24.77%

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
Decimal2528211000.670.560.01350.1296.5965.49
HexFC526E04338115e6141
Octal3741221560103701536141101
Binary111111001010010110111001000011111000110101111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC526E; }

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

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

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

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

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

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

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

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