#FE5F70

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

Shades of Wild Watermelon #FE5F70

Tints of Wild Watermelon #FE5F70

Color information

#FE5F70 (or 0xFE5F70) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5F and 70. RGB value is (254,95,112). Sum of RGB (Red+Green+Blue) = 254+95+112=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F70 is #01A08F. Grayscale: #909090. Windows color (decimal): -106640 or 7364606. OLE color: 7364606.

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

Color convert

RGB25495112-
CMYK00.630.560.00
HSL353.58º98.76%68.43%-
HSV(B)353.58º62.6%99.61%-
XYZ47.8930.4318.68-
YUV144.48109.68206.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=55.10%
G=20.61%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549511200.630.560.00353.5898.7668.43
HexFE5F7003F3801626344
Octal376137160077700542143104
Binary11111110101111111100000111111111000010110001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5F70; }

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

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

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

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

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

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

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

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