Html Css Color HEX #F0556F Wild Watermelon

📋 copy color: '#F0556F'

red 240 ◦ green 85 ◦ blue 111

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

Shades of Wild Watermelon #F0556F

Tints of Wild Watermelon #F0556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 55.05%
G = 19.5%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0556F (or 0xF0556F) is known color: Wild Watermelon. HEX triplet: F0, 55 and 6F. RGB value is (240,85,111). Sum of RGB (Red+Green+Blue) = 240+85+111=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0556F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0556F is #0FAA90. Grayscale: #868686. Windows color (decimal): -1026705 or 7296496. OLE color: 7296496.

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

Color convert

RGB 240 85 111 -
CMYK 0 0.65 0.54 0.06
HSL 349.94º 0.84% 0.64% -
HSV(B) 349.94º 0.65% 0.94% -
XYZ 42.05 26.17 17.87 -
YUV 134.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 240 85 111 0 0.65 0.54 0.06 349.94 0.84 0.64
Hex F0 55 6F 0 41 36 6 15E 54 40
Octal 360 125 157 0 101 66 6 536 124 100
Binary 11110000 1010101 1101111 0 1000001 110110 110 101011110 1010100 1000000

Color Harmonies of #F0556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0556F

Black with #F0556F

Text Example


Text Example

White with #F0556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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