#F3585F

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

Shades of Wild Watermelon #F3585F

Tints of Wild Watermelon #F3585F

Color information

#F3585F (or 0xF3585F) is unknown color: approx Wild Watermelon. HEX triplet: F3, 58 and 5F. RGB value is (243,88,95). Sum of RGB (Red+Green+Blue) = 243+88+95=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3585F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3585F is #0CA7A0. Grayscale: #878787. Windows color (decimal): -829345 or 6248691. OLE color: 6248691.

HSL color Cylindrical-coordinate representation of color #F3585F: hue angle of 357.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3585F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2438895-
CMYK00.640.610.05
HSL357.29º86.59%64.9%-
HSV(B)357.29º63.79%95.29%-
XYZ42.5226.8613.77-
YUV135.14105.35204.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.04%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=57.04%
G=20.66%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243889500.640.610.05357.2986.5964.9
HexF3585F0403D51655741
Octal3631301370100755545127101
Binary11110011101100010111110100000011110110110110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3585F; }

 p { color: rgb(243,88,95); }

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

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

 a { background-color: rgb(243,88,95); }

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

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

 span { border-color: rgb(243,88,95); }

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