Html Css Color HEX #F0555F Wild Watermelon

📋 copy color: '#F0555F'

red 240 ◦ green 85 ◦ blue 95

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

Shades of Wild Watermelon #F0555F

Tints of Wild Watermelon #F0555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

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

R = 57.14%
G = 20.24%
B = 22.62%

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

#F0555F (or 0xF0555F) is known color: Wild Watermelon. HEX triplet: F0, 55 and 5F. RGB value is (240,85,95). Sum of RGB (Red+Green+Blue) = 240+85+95=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0555F is #0FAAA0. Grayscale: #848484. Windows color (decimal): -1026721 or 6247920. OLE color: 6247920.

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

Color convert

RGB 240 85 95 -
CMYK 0 0.65 0.60 0.06
HSL 356.13º 0.84% 0.64% -
HSV(B) 356.13º 0.65% 0.94% -
XYZ 41.25 25.85 13.64 -
YUV 132.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 240 85 95 0 0.65 0.60 0.06 356.13 0.84 0.64
Hex F0 55 5F 0 41 3C 6 164 54 40
Octal 360 125 137 0 101 74 6 544 124 100
Binary 11110000 1010101 1011111 0 1000001 111100 110 101100100 1010100 1000000

Color Harmonies of #F0555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0555F

Black with #F0555F

Text Example


Text Example

White with #F0555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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