#FE535E

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

Shades of Wild Watermelon #FE535E

Tints of Wild Watermelon #FE535E

Color information

#FE535E (or 0xFE535E) is unknown color: approx Wild Watermelon. HEX triplet: FE, 53 and 5E. RGB value is (254,83,94). Sum of RGB (Red+Green+Blue) = 254+83+94=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535E is #01ACA1. Grayscale: #878787. Windows color (decimal): -109730 or 6181886. OLE color: 6181886.

HSL color Cylindrical-coordinate representation of color #FE535E: hue angle of 356.14º 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 #FE535E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB2548394-
CMYK00.670.630.00
HSL356.14º98.84%66.08%-
HSV(B)356.14º67.32%99.61%-
XYZ45.9928.0713.58-
YUV135.38104.65212.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.93%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=58.93%
G=19.26%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254839400.670.630.00356.1498.8466.08
HexFE535E0433F01646342
Octal3761231360103770544143102
Binary111111101010011101111001000011111111010110010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE535E; }

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

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

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

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

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

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

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

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