Html Css Color HEX #F0515E Wild Watermelon

📋 copy color: '#F0515E'

red 240 ◦ green 81 ◦ blue 94

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

Shades of Wild Watermelon #F0515E

Tints of Wild Watermelon #F0515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 57.83%
G = 19.52%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0515E (or 0xF0515E) is known color: Wild Watermelon. HEX triplet: F0, 51 and 5E. RGB value is (240,81,94). Sum of RGB (Red+Green+Blue) = 240+81+94=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0515E is #0FAEA1. Grayscale: #828282. Windows color (decimal): -1027746 or 6181360. OLE color: 6181360.

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

Color convert

RGB 240 81 94 -
CMYK 0 0.66 0.61 0.06
HSL 355.09º 0.84% 0.63% -
HSV(B) 355.09º 0.66% 0.94% -
XYZ 40.9 25.22 13.3 -
YUV 130.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 240 81 94 0 0.66 0.61 0.06 355.09 0.84 0.63
Hex F0 51 5E 0 42 3D 6 163 54 3F
Octal 360 121 136 0 102 75 6 543 124 77
Binary 11110000 1010001 1011110 0 1000010 111101 110 101100011 1010100 111111

Color Harmonies of #F0515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0515E

Black with #F0515E

Text Example


Text Example

White with #F0515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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