#FE5C6F

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

Shades of Wild Watermelon #FE5C6F

Tints of Wild Watermelon #FE5C6F

Color information

#FE5C6F (or 0xFE5C6F) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5C and 6F. RGB value is (254,92,111). Sum of RGB (Red+Green+Blue) = 254+92+111=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C6F is #01A390. Grayscale: #8E8E8E. Windows color (decimal): -107409 or 7298302. OLE color: 7298302.

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

Color convert

RGB25492111-
CMYK00.640.560.00
HSL352.96º98.78%67.84%-
HSV(B)352.96º63.78%99.61%-
XYZ47.5729.8718.3-
YUV142.6110.17207.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.58%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=55.58%
G=20.13%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549211100.640.560.00352.9698.7867.84
HexFE5C6F0403801616344
Octal3761341570100700541143104
Binary111111101011100110111101000000111000010110000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5C6F; }

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

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

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

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

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

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

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

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