#F95372

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

Shades of Wild Watermelon #F95372

Tints of Wild Watermelon #F95372

Color information

#F95372 (or 0xF95372) is unknown color: approx Wild Watermelon. HEX triplet: F9, 53 and 72. RGB value is (249,83,114). Sum of RGB (Red+Green+Blue) = 249+83+114=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F95372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95372 is #06AC8D. Grayscale: #888888. Windows color (decimal): -437390 or 7492601. OLE color: 7492601.

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

Color convert

RGB24983114-
CMYK00.670.540.02
HSL348.8º93.26%65.1%-
HSV(B)348.8º66.67%97.65%-
XYZ45.227.5418.85-
YUV136.17115.5208.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.83%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=55.83%
G=18.61%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498311400.670.540.02348.893.2665.1
HexF9537204336215d5d41
Octal3711231620103662535135101
Binary1111100110100111110010010000111101101010101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95372; }

 p { color: rgb(249,83,114); }

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

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

 a { background-color: rgb(249,83,114); }

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

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

 span { border-color: rgb(249,83,114); }

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