#FE5D7A

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

Shades of Wild Watermelon #FE5D7A

Tints of Wild Watermelon #FE5D7A

Color information

#FE5D7A (or 0xFE5D7A) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5D and 7A. RGB value is (254,93,122). Sum of RGB (Red+Green+Blue) = 254+93+122=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D7A is #01A285. Grayscale: #909090. Windows color (decimal): -107142 or 8019454. OLE color: 8019454.

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

Color convert

RGB25493122-
CMYK00.630.520.00
HSL349.19º98.77%68.04%-
HSV(B)349.19º63.39%99.61%-
XYZ48.330.321.72-
YUV144.44115.34206.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=54.16%
G=19.83%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549312200.630.520.00349.1998.7768.04
HexFE5D7A03F34015d6344
Octal376135172077640535143104
Binary11111110101110111110100111111110100010101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5D7A; }

 p { color: rgb(254,93,122); }

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

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

 a { background-color: rgb(254,93,122); }

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

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

 span { border-color: rgb(254,93,122); }

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