#FE535F

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

Shades of Wild Watermelon #FE535F

Tints of Wild Watermelon #FE535F

Color information

#FE535F (or 0xFE535F) is unknown color: approx Wild Watermelon. HEX triplet: FE, 53 and 5F. RGB value is (254,83,95). Sum of RGB (Red+Green+Blue) = 254+83+95=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535F is #01ACA0. Grayscale: #878787. Windows color (decimal): -109729 or 6247422. OLE color: 6247422.

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

Color convert

RGB2548395-
CMYK00.670.630.00
HSL355.79º98.84%66.08%-
HSV(B)355.79º67.32%99.61%-
XYZ46.0328.0813.82-
YUV135.5105.15212.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.80%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=58.80%
G=19.21%
B=21.99%

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
Decimal254839500.670.630.00355.7998.8466.08
HexFE535F0433F01646342
Octal3761231370103770544143102
Binary111111101010011101111101000011111111010110010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE535F; }

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

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

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

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

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

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

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

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