#FE5360

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

Shades of Wild Watermelon #FE5360

Tints of Wild Watermelon #FE5360

Color information

#FE5360 (or 0xFE5360) is unknown color: approx Wild Watermelon. HEX triplet: FE, 53 and 60. RGB value is (254,83,96). Sum of RGB (Red+Green+Blue) = 254+83+96=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5360 is #01AC9F. Grayscale: #878787. Windows color (decimal): -109728 or 6312958. OLE color: 6312958.

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

Color convert

RGB2548396-
CMYK00.670.620.00
HSL355.44º98.84%66.08%-
HSV(B)355.44º67.32%99.61%-
XYZ46.0828.114.06-
YUV135.61105.65212.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=58.66%
G=19.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254839600.670.620.00355.4498.8466.08
HexFE53600433E01636342
Octal3761231400103760543143102
Binary111111101010011110000001000011111110010110001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5360; }

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

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

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

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

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

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

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

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