#F95878

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

Shades of Wild Watermelon #F95878

Tints of Wild Watermelon #F95878

Color information

#F95878 (or 0xF95878) is unknown color: approx Wild Watermelon. HEX triplet: F9, 58 and 78. RGB value is (249,88,120). Sum of RGB (Red+Green+Blue) = 249+88+120=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F95878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95878 is #06A787. Grayscale: #8B8B8B. Windows color (decimal): -436104 or 7887097. OLE color: 7887097.

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

Color convert

RGB24988120-
CMYK00.650.520.02
HSL348.07º93.06%66.08%-
HSV(B)348.07º64.66%97.65%-
XYZ45.9528.4820.84-
YUV139.79116.84205.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=54.49%
G=19.26%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498812000.650.520.02348.0793.0666.08
HexF9587804134215c5d42
Octal3711301700101642534135102
Binary1111100110110001111000010000011101001010101110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95878; }

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

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

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

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

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

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

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

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