#F95475

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

Shades of Wild Watermelon #F95475

Tints of Wild Watermelon #F95475

Color information

#F95475 (or 0xF95475) is unknown color: approx Wild Watermelon. HEX triplet: F9, 54 and 75. RGB value is (249,84,117). Sum of RGB (Red+Green+Blue) = 249+84+117=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F95475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95475 is #06AB8A. Grayscale: #898989. Windows color (decimal): -437131 or 7689465. OLE color: 7689465.

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

Color convert

RGB24984117-
CMYK00.660.530.02
HSL348º93.22%65.29%-
HSV(B)348º66.27%97.65%-
XYZ45.4527.7619.79-
YUV137.1116.66207.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 117 (46.09% from 255) = 26%
R=55.33%
G=18.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498411700.660.530.0234893.2265.29
HexF9547504235215c5d41
Octal3711241650102652534135101
Binary1111100110101001110101010000101101011010101110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95475; }

 p { color: rgb(249,84,117); }

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

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

 a { background-color: rgb(249,84,117); }

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

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

 span { border-color: rgb(249,84,117); }

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