Html Css Color HEX #F0515C Wild Watermelon

📋 copy color: '#F0515C'

red 240 ◦ green 81 ◦ blue 92

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

Shades of Wild Watermelon #F0515C

Tints of Wild Watermelon #F0515C

RGB

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

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

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

R = 58.11%
G = 19.61%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0515C (or 0xF0515C) is known color: Wild Watermelon. HEX triplet: F0, 51 and 5C. RGB value is (240,81,92). Sum of RGB (Red+Green+Blue) = 240+81+92=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0515C is #0FAEA3. Grayscale: #818181. Windows color (decimal): -1027748 or 6050288. OLE color: 6050288.

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

Color convert

RGB 240 81 92 -
CMYK 0 0.66 0.62 0.06
HSL 355.85º 0.84% 0.63% -
HSV(B) 355.85º 0.66% 0.94% -
XYZ 40.81 25.18 12.84 -
YUV 129.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 240 81 92 0 0.66 0.62 0.06 355.85 0.84 0.63
Hex F0 51 5C 0 42 3E 6 164 54 3F
Octal 360 121 134 0 102 76 6 544 124 77
Binary 11110000 1010001 1011100 0 1000010 111110 110 101100100 1010100 111111

Color Harmonies of #F0515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0515C

Black with #F0515C

Text Example


Text Example

White with #F0515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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