Html Css Color HEX #F0595F Wild Watermelon

📋 copy color: '#F0595F'

red 240 ◦ green 89 ◦ blue 95

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

Shades of Wild Watermelon #F0595F

Tints of Wild Watermelon #F0595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 56.6%
G = 20.99%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0595F (or 0xF0595F) is known color: Wild Watermelon. HEX triplet: F0, 59 and 5F. RGB value is (240,89,95). Sum of RGB (Red+Green+Blue) = 240+89+95=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0595F is #0FA6A0. Grayscale: #868686. Windows color (decimal): -1025697 or 6248944. OLE color: 6248944.

HSL color Cylindrical-coordinate representation of color #F0595F: hue angle of 357.62º 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 #F0595F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 95 -
CMYK 0 0.63 0.60 0.06
HSL 357.62º 0.83% 0.65% -
HSV(B) 357.62º 0.63% 0.94% -
XYZ 41.57 26.5 13.75 -
YUV 134.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 240 89 95 0 0.63 0.60 0.06 357.62 0.83 0.65
Hex F0 59 5F 0 3F 3C 6 166 53 41
Octal 360 131 137 0 77 74 6 546 123 101
Binary 11110000 1011001 1011111 0 111111 111100 110 101100110 1010011 1000001

Color Harmonies of #F0595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0595F

Black with #F0595F

Text Example


Text Example

White with #F0595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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