#FE5275

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

Shades of Wild Watermelon #FE5275

Tints of Wild Watermelon #FE5275

Color information

#FE5275 (or 0xFE5275) is unknown color: approx Wild Watermelon. HEX triplet: FE, 52 and 75. RGB value is (254,82,117). Sum of RGB (Red+Green+Blue) = 254+82+117=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5275 is #01AD8A. Grayscale: #898989. Windows color (decimal): -109963 or 7688958. OLE color: 7688958.

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

Color convert

RGB25482117-
CMYK00.680.540.00
HSL347.79º98.85%65.88%-
HSV(B)347.79º67.72%99.61%-
XYZ47.128.3919.83-
YUV137.42116.48211.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.07%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=56.07%
G=18.10%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548211700.680.540.00347.7998.8565.88
HexFE527504436015c6342
Octal3761221650104660534143102
Binary111111101010010111010101000100110110010101110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5275; }

 p { color: rgb(254,82,117); }

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

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

 a { background-color: rgb(254,82,117); }

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

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

 span { border-color: rgb(254,82,117); }

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