Html Css Color HEX #F0585F Wild Watermelon

📋 copy color: '#F0585F'

red 240 ◦ green 88 ◦ blue 95

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

Shades of Wild Watermelon #F0585F

Tints of Wild Watermelon #F0585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

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

R = 56.74%
G = 20.8%
B = 22.46%

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

#F0585F (or 0xF0585F) is known color: Wild Watermelon. HEX triplet: F0, 58 and 5F. RGB value is (240,88,95). Sum of RGB (Red+Green+Blue) = 240+88+95=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0585F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0585F is #0FA7A0. Grayscale: #868686. Windows color (decimal): -1025953 or 6248688. OLE color: 6248688.

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

Color convert

RGB 240 88 95 -
CMYK 0 0.63 0.60 0.06
HSL 357.24º 0.84% 0.64% -
HSV(B) 357.24º 0.63% 0.94% -
XYZ 41.49 26.33 13.72 -
YUV 134.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 240 88 95 0 0.63 0.60 0.06 357.24 0.84 0.64
Hex F0 58 5F 0 3F 3C 6 165 54 40
Octal 360 130 137 0 77 74 6 545 124 100
Binary 11110000 1011000 1011111 0 111111 111100 110 101100101 1010100 1000000

Color Harmonies of #F0585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0585F

Black with #F0585F

Text Example


Text Example

White with #F0585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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