Html Css Color HEX #F0555C Wild Watermelon

📋 copy color: '#F0555C'

red 240 ◦ green 85 ◦ blue 92

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

Shades of Wild Watermelon #F0555C

Tints of Wild Watermelon #F0555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 57.55%
G = 20.38%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0555C (or 0xF0555C) is known color: Wild Watermelon. HEX triplet: F0, 55 and 5C. RGB value is (240,85,92). Sum of RGB (Red+Green+Blue) = 240+85+92=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0555C is #0FAAA3. Grayscale: #848484. Windows color (decimal): -1026724 or 6051312. OLE color: 6051312.

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

Color convert

RGB 240 85 92 -
CMYK 0 0.65 0.62 0.06
HSL 357.29º 0.84% 0.64% -
HSV(B) 357.29º 0.65% 0.94% -
XYZ 41.12 25.79 12.94 -
YUV 132.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 240 85 92 0 0.65 0.62 0.06 357.29 0.84 0.64
Hex F0 55 5C 0 41 3E 6 165 54 40
Octal 360 125 134 0 101 76 6 545 124 100
Binary 11110000 1010101 1011100 0 1000001 111110 110 101100101 1010100 1000000

Color Harmonies of #F0555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0555C

Black with #F0555C

Text Example


Text Example

White with #F0555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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