#FF6070

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

Shades of Wild Watermelon #FF6070

Tints of Wild Watermelon #FF6070

Color information

#FF6070 (or 0xFF6070) is unknown color: approx Wild Watermelon. HEX triplet: FF, 60 and 70. RGB value is (255,96,112). Sum of RGB (Red+Green+Blue) = 255+96+112=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6070 is #009F8F. Grayscale: #919191. Windows color (decimal): -40848 or 7364863. OLE color: 7364863.

HSL color Cylindrical-coordinate representation of color #FF6070: hue angle of 353.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6070 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB25596112-
CMYK00.620.560
HSL353.96º100%68.82%-
HSV(B)353.96º62.35%100%-
XYZ48.3530.818.73-
YUV145.36109.18206.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=55.08%
G=20.73%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559611200.620.560353.9610068.82
HexFF607003E3801626445
Octal377140160076700542144105
Binary11111111110000011100000111110111000010110001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6070; }

 p { color: rgb(255,96,112); }

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

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

 a { background-color: rgb(255,96,112); }

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

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

 span { border-color: rgb(255,96,112); }

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