#F04D63

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

Shades of Wild Watermelon #F04D63

Tints of Wild Watermelon #F04D63

Color information

#F04D63 (or 0xF04D63) is unknown color: approx Wild Watermelon. HEX triplet: F0, 4D and 63. RGB value is (240,77,99). Sum of RGB (Red+Green+Blue) = 240+77+99=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D63 is #0FB29C. Grayscale: #808080. Windows color (decimal): -1028765 or 6508016. OLE color: 6508016.

HSL color Cylindrical-coordinate representation of color #F04D63: hue angle of 351.9º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04D63 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB2407799-
CMYK00.680.590.06
HSL351.9º84.46%62.16%-
HSV(B)351.9º67.92%94.12%-
XYZ40.8424.7314.43-
YUV128.24111.5207.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.69%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=57.69%
G=18.51%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240779900.680.590.06351.984.4662.16
HexF04D630443B6160543e
Octal360115143010473654012476
Binary1111000010011011100011010001001110111101011000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04D63; }

 p { color: rgb(240,77,99); }

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

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

 a { background-color: rgb(240,77,99); }

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

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

 span { border-color: rgb(240,77,99); }

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