#FE5C79

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

Shades of Wild Watermelon #FE5C79

Tints of Wild Watermelon #FE5C79

Color information

#FE5C79 (or 0xFE5C79) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5C and 79. RGB value is (254,92,121). Sum of RGB (Red+Green+Blue) = 254+92+121=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C79 is #01A386. Grayscale: #8F8F8F. Windows color (decimal): -107399 or 7953662. OLE color: 7953662.

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

Color convert

RGB25492121-
CMYK00.640.520.00
HSL349.26º98.78%67.84%-
HSV(B)349.26º63.78%99.61%-
XYZ48.1530.1121.36-
YUV143.74115.17206.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.39%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=54.39%
G=19.70%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549212100.640.520.00349.2698.7867.84
HexFE5C7904034015d6344
Octal3761341710100640535143104
Binary111111101011100111100101000000110100010101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5C79; }

 p { color: rgb(254,92,121); }

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

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

 a { background-color: rgb(254,92,121); }

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

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

 span { border-color: rgb(254,92,121); }

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