#FE6874

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

Shades of Wild Watermelon #FE6874

Tints of Wild Watermelon #FE6874

Color information

#FE6874 (or 0xFE6874) is unknown color: approx Wild Watermelon. HEX triplet: FE, 68 and 74. RGB value is (254,104,116). Sum of RGB (Red+Green+Blue) = 254+104+116=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6874 is #01978B. Grayscale: #969696. Windows color (decimal): -104332 or 7629054. OLE color: 7629054.

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

Color convert

RGB254104116-
CMYK00.590.540.00
HSL355.2º98.68%70.2%-
HSV(B)355.2º59.06%99.61%-
XYZ48.9832.2320.16-
YUV150.22108.7202.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.59%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=53.59%
G=21.94%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410411600.590.540.00355.298.6870.2
HexFE687403B3601636346
Octal376150164073660543143106
Binary11111110110100011101000111011110110010110001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6874; }

 p { color: rgb(254,104,116); }

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

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

 a { background-color: rgb(254,104,116); }

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

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

 span { border-color: rgb(254,104,116); }

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