#F94C65

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

Shades of Wild Watermelon #F94C65

Tints of Wild Watermelon #F94C65

Color information

#F94C65 (or 0xF94C65) is unknown color: approx Wild Watermelon. HEX triplet: F9, 4C and 65. RGB value is (249,76,101). Sum of RGB (Red+Green+Blue) = 249+76+101=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C65 is #06B39A. Grayscale: #828282. Windows color (decimal): -439195 or 6638841. OLE color: 6638841.

HSL color Cylindrical-coordinate representation of color #F94C65: hue angle of 351.33º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94C65 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24976101-
CMYK00.690.590.02
HSL351.33º93.51%63.73%-
HSV(B)351.33º69.48%97.65%-
XYZ4426.2515.06-
YUV130.58111.31212.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.45%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=58.45%
G=17.84%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497610100.690.590.02351.3393.5163.73
HexF94C650453B215f5e40
Octal3711141450105732537136100
Binary1111100110011001100101010001011110111010101111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94C65; }

 p { color: rgb(249,76,101); }

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

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

 a { background-color: rgb(249,76,101); }

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

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

 span { border-color: rgb(249,76,101); }

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