#FE4B68

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

Shades of Wild Watermelon #FE4B68

Tints of Wild Watermelon #FE4B68

Color information

#FE4B68 (or 0xFE4B68) is unknown color: approx Wild Watermelon. HEX triplet: FE, 4B and 68. RGB value is (254,75,104). Sum of RGB (Red+Green+Blue) = 254+75+104=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B68 is #01B497. Grayscale: #838383. Windows color (decimal): -111768 or 6835198. OLE color: 6835198.

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

Color convert

RGB25475104-
CMYK00.700.590.00
HSL350.28º98.9%64.51%-
HSV(B)350.28º70.47%99.61%-
XYZ45.8927.115.91-
YUV131.83112.3215.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=58.66%
G=17.32%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547510400.700.590.00350.2898.964.51
HexFE4B680463B015e6341
Octal3761131500106730536143101
Binary111111101001011110100001000110111011010101111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4B68; }

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

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

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

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

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

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

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

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