#FE4D7B

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

Shades of Wild Watermelon #FE4D7B

Tints of Wild Watermelon #FE4D7B

Color information

#FE4D7B (or 0xFE4D7B) is unknown color: approx Wild Watermelon. HEX triplet: FE, 4D and 7B. RGB value is (254,77,123). Sum of RGB (Red+Green+Blue) = 254+77+123=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D7B is #01B284. Grayscale: #878787. Windows color (decimal): -111237 or 8080894. OLE color: 8080894.

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

Color convert

RGB25477123-
CMYK00.700.520.00
HSL344.41º98.88%64.9%-
HSV(B)344.41º69.69%99.61%-
XYZ47.127.8121.62-
YUV135.17121.14212.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.95%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=55.95%
G=16.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547712300.700.520.00344.4198.8864.9
HexFE4D7B0463401586341
Octal3761151730106640530143101
Binary111111101001101111101101000110110100010101100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4D7B; }

 p { color: rgb(254,77,123); }

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

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

 a { background-color: rgb(254,77,123); }

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

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

 span { border-color: rgb(254,77,123); }

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