#F34D63

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

Shades of Wild Watermelon #F34D63

Tints of Wild Watermelon #F34D63

Color information

#F34D63 (or 0xF34D63) is unknown color: approx Wild Watermelon. HEX triplet: F3, 4D and 63. RGB value is (243,77,99). Sum of RGB (Red+Green+Blue) = 243+77+99=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D63 is #0CB29C. Grayscale: #818181. Windows color (decimal): -832157 or 6508019. OLE color: 6508019.

HSL color Cylindrical-coordinate representation of color #F34D63: hue angle of 352.05º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D63 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB2437799-
CMYK00.680.590.05
HSL352.05º87.37%62.75%-
HSV(B)352.05º68.31%95.29%-
XYZ41.8725.2614.47-
YUV129.14111209.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.00%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=58.00%
G=18.38%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243779900.680.590.05352.0587.3762.75
HexF34D630443B5160573f
Octal363115143010473554012777
Binary1111001110011011100011010001001110111011011000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D63; }

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

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

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

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

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

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

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

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