Html Css Color HEX #F0545F Wild Watermelon

📋 copy color: '#F0545F'

red 240 ◦ green 84 ◦ blue 95

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

Shades of Wild Watermelon #F0545F

Tints of Wild Watermelon #F0545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 57.28%
G = 20.05%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0545F (or 0xF0545F) is known color: Wild Watermelon. HEX triplet: F0, 54 and 5F. RGB value is (240,84,95). Sum of RGB (Red+Green+Blue) = 240+84+95=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0545F is #0FABA0. Grayscale: #848484. Windows color (decimal): -1026977 or 6247664. OLE color: 6247664.

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

Color convert

RGB 240 84 95 -
CMYK 0 0.65 0.60 0.06
HSL 355.77º 0.84% 0.64% -
HSV(B) 355.77º 0.65% 0.94% -
XYZ 41.17 25.69 13.62 -
YUV 131.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 240 84 95 0 0.65 0.60 0.06 355.77 0.84 0.64
Hex F0 54 5F 0 41 3C 6 164 54 40
Octal 360 124 137 0 101 74 6 544 124 100
Binary 11110000 1010100 1011111 0 1000001 111100 110 101100100 1010100 1000000

Color Harmonies of #F0545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0545F

Black with #F0545F

Text Example


Text Example

White with #F0545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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