#FE6070

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

Shades of Wild Watermelon #FE6070

Tints of Wild Watermelon #FE6070

Color information

#FE6070 (or 0xFE6070) is unknown color: approx Wild Watermelon. HEX triplet: FE, 60 and 70. RGB value is (254,96,112). Sum of RGB (Red+Green+Blue) = 254+96+112=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6070 is #019F8F. Grayscale: #919191. Windows color (decimal): -106384 or 7364862. OLE color: 7364862.

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

Color convert

RGB25496112-
CMYK00.620.560.00
HSL353.92º98.75%68.63%-
HSV(B)353.92º62.2%99.61%-
XYZ47.9830.6118.71-
YUV145.07109.35205.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.98%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=54.98%
G=20.78%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549611200.620.560.00353.9298.7568.63
HexFE607003E3801626345
Octal376140160076700542143105
Binary11111110110000011100000111110111000010110001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6070; }

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

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

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

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

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

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

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

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