#FE5266

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

Shades of Wild Watermelon #FE5266

Tints of Wild Watermelon #FE5266

Color information

#FE5266 (or 0xFE5266) is unknown color: approx Wild Watermelon. HEX triplet: FE, 52 and 66. RGB value is (254,82,102). Sum of RGB (Red+Green+Blue) = 254+82+102=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5266 is #01AD99. Grayscale: #878787. Windows color (decimal): -109978 or 6705918. OLE color: 6705918.

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

Color convert

RGB25482102-
CMYK00.680.600.00
HSL353.02º98.85%65.88%-
HSV(B)353.02º67.72%99.61%-
XYZ46.2928.0615.55-
YUV135.71108.98212.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.99%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=57.99%
G=18.72%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548210200.680.600.00353.0298.8565.88
HexFE52660443C01616342
Octal3761221460104740541143102
Binary111111101010010110011001000100111100010110000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5266; }

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

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

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

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

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

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

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

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