Html Css Color HEX #F0595D Wild Watermelon

📋 copy color: '#F0595D'

red 240 ◦ green 89 ◦ blue 93

#F0595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F0595D

Tints of Wild Watermelon #F0595D

RGB

 RED value IS 240 (94.14% from 255) = 56.87%

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 56.87%
G = 21.09%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0595D (or 0xF0595D) is known color: Wild Watermelon. HEX triplet: F0, 59 and 5D. RGB value is (240,89,93). Sum of RGB (Red+Green+Blue) = 240+89+93=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0595D is #0FA6A2. Grayscale: #868686. Windows color (decimal): -1025699 or 6117872. OLE color: 6117872.

HSL color Cylindrical-coordinate representation of color #F0595D: hue angle of 358.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0595D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 93 -
CMYK 0 0.63 0.61 0.06
HSL 358.41º 0.83% 0.65% -
HSV(B) 358.41º 0.63% 0.94% -
XYZ 41.48 26.46 13.28 -
YUV 134.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 240 89 93 0 0.63 0.61 0.06 358.41 0.83 0.65
Hex F0 59 5D 0 3F 3D 6 166 53 41
Octal 360 131 135 0 77 75 6 546 123 101
Binary 11110000 1011001 1011101 0 111111 111101 110 101100110 1010011 1000001

Color Harmonies of #F0595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0595D

Black with #F0595D

Text Example


Text Example

White with #F0595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0595D; }

 p { color: rgb(240,89,93); }

 H1.HeaderClassName
 {
   color: #F0595D;
 }
 .AnyTagClassName
 {
   color: #F0595D;
 }
</style>

background-color css

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

 a { background-color: rgb(240,89,93); }

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

border-color css

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

 span { border-color: rgb(240,89,93); }

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