#FD6075

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

Shades of Wild Watermelon #FD6075

Tints of Wild Watermelon #FD6075

Color information

#FD6075 (or 0xFD6075) is unknown color: approx Wild Watermelon. HEX triplet: FD, 60 and 75. RGB value is (253,96,117). Sum of RGB (Red+Green+Blue) = 253+96+117=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6075 is #029F8A. Grayscale: #919191. Windows color (decimal): -171915 or 7692541. OLE color: 7692541.

HSL color Cylindrical-coordinate representation of color #FD6075: hue angle of 351.97º degrees, saturation: 0.98, 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 #FD6075 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB25396117-
CMYK00.620.540.01
HSL351.97º97.52%68.43%-
HSV(B)351.97º62.06%99.22%-
XYZ47.930.5320.2-
YUV145.34112.01204.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=54.29%
G=20.60%
B=25.11%

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
Decimal2539611700.620.540.01351.9797.5268.43
HexFD607503E3611606244
Octal375140165076661540142104
Binary11111101110000011101010111110110110110110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6075; }

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

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

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

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

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

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

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

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