#FE6475

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

Shades of Wild Watermelon #FE6475

Tints of Wild Watermelon #FE6475

Color information

#FE6475 (or 0xFE6475) is unknown color: approx Wild Watermelon. HEX triplet: FE, 64 and 75. RGB value is (254,100,117). Sum of RGB (Red+Green+Blue) = 254+100+117=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6475 is #019B8A. Grayscale: #949494. Windows color (decimal): -105355 or 7693566. OLE color: 7693566.

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

Color convert

RGB254100117-
CMYK00.610.540.00
HSL353.38º98.72%69.41%-
HSV(B)353.38º60.63%99.61%-
XYZ48.6431.4720.34-
YUV147.98110.52203.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=53.93%
G=21.23%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410011700.610.540.00353.3898.7269.41
HexFE647503D3601616345
Octal376144165075660541143105
Binary11111110110010011101010111101110110010110000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6475; }

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

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

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

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

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

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

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

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