Html Css Color HEX #F15074 Wild Watermelon

📋 copy color: '#F15074'

red 241 ◦ green 80 ◦ blue 116

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

Shades of Wild Watermelon #F15074

Tints of Wild Watermelon #F15074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 55.15%
G = 18.31%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F15074 (or 0xF15074) is known color: Wild Watermelon. HEX triplet: F1, 50 and 74. RGB value is (241,80,116). Sum of RGB (Red+Green+Blue) = 241+80+116=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F15074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15074 is #0EAF8B. Grayscale: #848484. Windows color (decimal): -962444 or 7622897. OLE color: 7622897.

HSL color Cylindrical-coordinate representation of color #F15074: hue angle of 346.58º 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 #F15074 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 116 -
CMYK 0 0.67 0.52 0.05
HSL 346.58º 0.85% 0.63% -
HSV(B) 346.58º 0.67% 0.95% -
XYZ 42.3 25.7 19.25 -
YUV 132.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 241 80 116 0 0.67 0.52 0.05 346.58 0.85 0.63
Hex F1 50 74 0 43 34 5 15B 55 3F
Octal 361 120 164 0 103 64 5 533 125 77
Binary 11110001 1010000 1110100 0 1000011 110100 101 101011011 1010101 111111

Color Harmonies of #F15074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15074

Black with #F15074

Text Example


Text Example

White with #F15074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15074; }

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

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

background-color css

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

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

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

border-color css

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

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

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