#f45466

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

Shades of Wild Watermelon #F45466

Tints of Wild Watermelon #F45466

Color information

#F45466 (or 0xF45466) is unknown color: approx Wild Watermelon. HEX triplet: F4, 54 and 66. RGB value is (244,84,102). Sum of RGB (Red+Green+Blue) = 244+84+102=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F45466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45466 is #0BAB99. Grayscale: #858585. Windows color (decimal): -764826 or 6706420. OLE color: 6706420.

HSL color Cylindrical-coordinate representation of color #F45466: hue angle of 353.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45466 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB24484102-
CMYK00.660.580.04
HSL353.25º87.91%64.31%-
HSV(B)353.25º65.57%95.69%-
XYZ42.8826.5315.43-
YUV133.89110.01206.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.74%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=56.74%
G=19.53%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448410200.660.580.04353.2587.9164.31
HexF454660423A41615840
Octal3641241460102724541130100
Binary11110100101010011001100100001011101010010110000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45466; }

 p { color: rgb(244,84,102); }

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

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

 a { background-color: rgb(244,84,102); }

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

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

 span { border-color: rgb(244,84,102); }

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