Html Css Color HEX #F0516C Wild Watermelon

📋 copy color: '#F0516C'

red 240 ◦ green 81 ◦ blue 108

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

Shades of Wild Watermelon #F0516C

Tints of Wild Watermelon #F0516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 55.94%
G = 18.88%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0516C (or 0xF0516C) is known color: Wild Watermelon. HEX triplet: F0, 51 and 6C. RGB value is (240,81,108). Sum of RGB (Red+Green+Blue) = 240+81+108=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0516C is #0FAE93. Grayscale: #838383. Windows color (decimal): -1027732 or 7098864. OLE color: 7098864.

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

Color convert

RGB 240 81 108 -
CMYK 0 0.66 0.55 0.06
HSL 349.81º 0.84% 0.63% -
HSV(B) 349.81º 0.66% 0.94% -
XYZ 41.58 25.49 16.92 -
YUV 131.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 240 81 108 0 0.66 0.55 0.06 349.81 0.84 0.63
Hex F0 51 6C 0 42 37 6 15E 54 3F
Octal 360 121 154 0 102 67 6 536 124 77
Binary 11110000 1010001 1101100 0 1000010 110111 110 101011110 1010100 111111

Color Harmonies of #F0516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0516C

Black with #F0516C

Text Example


Text Example

White with #F0516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0516C; }

 p { color: rgb(240,81,108); }

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

background-color css

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

 a { background-color: rgb(240,81,108); }

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

border-color css

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

 span { border-color: rgb(240,81,108); }

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