Html Css Color HEX #F15060 Wild Watermelon

📋 copy color: '#F15060'

red 241 ◦ green 80 ◦ blue 96

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

Shades of Wild Watermelon #F15060

Tints of Wild Watermelon #F15060

RGB

 RED value IS 241 (94.53% from 255) = 57.79%

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 57.79%
G = 19.18%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F15060 (or 0xF15060) is known color: Wild Watermelon. HEX triplet: F1, 50 and 60. RGB value is (241,80,96). Sum of RGB (Red+Green+Blue) = 241+80+96=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F15060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15060 is #0EAF9F. Grayscale: #828282. Windows color (decimal): -962464 or 6312177. OLE color: 6312177.

HSL color Cylindrical-coordinate representation of color #F15060: hue angle of 354.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15060 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 96 -
CMYK 0 0.67 0.60 0.05
HSL 354.04º 0.85% 0.63% -
HSV(B) 354.04º 0.67% 0.95% -
XYZ 41.26 25.28 13.77 -
YUV 129.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 241 80 96 0 0.67 0.60 0.05 354.04 0.85 0.63
Hex F1 50 60 0 43 3C 5 162 55 3F
Octal 361 120 140 0 103 74 5 542 125 77
Binary 11110001 1010000 1100000 0 1000011 111100 101 101100010 1010101 111111

Color Harmonies of #F15060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15060

Black with #F15060

Text Example


Text Example

White with #F15060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15060; }

 p { color: rgb(241,80,96); }

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

background-color css

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

 a { background-color: rgb(241,80,96); }

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

border-color css

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

 span { border-color: rgb(241,80,96); }

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