#FC6075

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

Shades of Wild Watermelon #FC6075

Tints of Wild Watermelon #FC6075

Color information

#FC6075 (or 0xFC6075) is unknown color: approx Wild Watermelon. HEX triplet: FC, 60 and 75. RGB value is (252,96,117). Sum of RGB (Red+Green+Blue) = 252+96+117=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6075 is #039F8A. Grayscale: #919191. Windows color (decimal): -237451 or 7692540. OLE color: 7692540.

HSL color Cylindrical-coordinate representation of color #FC6075: hue angle of 351.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6075 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB25296117-
CMYK00.620.540.01
HSL351.92º96.3%68.24%-
HSV(B)351.92º61.9%98.82%-
XYZ47.5430.3520.18-
YUV145.04112.18204.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=54.19%
G=20.65%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529611700.620.540.01351.9296.368.24
HexFC607503E3611606044
Octal374140165076661540140104
Binary11111100110000011101010111110110110110110000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6075; }

 p { color: rgb(252,96,117); }

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

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

 a { background-color: rgb(252,96,117); }

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

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

 span { border-color: rgb(252,96,117); }

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