#FE4C75

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

Shades of Wild Watermelon #FE4C75

Tints of Wild Watermelon #FE4C75

Color information

#FE4C75 (or 0xFE4C75) is unknown color: approx Wild Watermelon. HEX triplet: FE, 4C and 75. RGB value is (254,76,117). Sum of RGB (Red+Green+Blue) = 254+76+117=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C75 is #01B38A. Grayscale: #858585. Windows color (decimal): -111499 or 7687422. OLE color: 7687422.

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

Color convert

RGB25476117-
CMYK00.700.540.00
HSL346.18º98.89%64.71%-
HSV(B)346.18º70.08%99.61%-
XYZ46.6727.5219.68-
YUV133.9118.47213.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=56.82%
G=17.00%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547611700.700.540.00346.1898.8964.71
HexFE4C7504636015a6341
Octal3761141650106660532143101
Binary111111101001100111010101000110110110010101101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4C75; }

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

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

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

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

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

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

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

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