#F95B78

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

Shades of Wild Watermelon #F95B78

Tints of Wild Watermelon #F95B78

Color information

#F95B78 (or 0xF95B78) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5B and 78. RGB value is (249,91,120). Sum of RGB (Red+Green+Blue) = 249+91+120=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F95B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95B78 is #06A487. Grayscale: #8D8D8D. Windows color (decimal): -435336 or 7887865. OLE color: 7887865.

HSL color Cylindrical-coordinate representation of color #F95B78: hue angle of 348.99º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95B78 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB24991120-
CMYK00.630.520.02
HSL348.99º92.94%66.67%-
HSV(B)348.99º63.45%97.65%-
XYZ46.228.9820.93-
YUV141.55115.85204.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.13%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=54.13%
G=19.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499112000.630.520.02348.9992.9466.67
HexF95B7803F34215d5d43
Octal371133170077642535135103
Binary111110011011011111100001111111101001010101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95B78; }

 p { color: rgb(249,91,120); }

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

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

 a { background-color: rgb(249,91,120); }

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

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

 span { border-color: rgb(249,91,120); }

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