Html Css Color HEX #F15070 Wild Watermelon

📋 copy color: '#F15070'

red 241 ◦ green 80 ◦ blue 112

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

Shades of Wild Watermelon #F15070

Tints of Wild Watermelon #F15070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 55.66%
G = 18.48%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F15070 (or 0xF15070) is known color: Wild Watermelon. HEX triplet: F1, 50 and 70. RGB value is (241,80,112). Sum of RGB (Red+Green+Blue) = 241+80+112=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F15070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15070 is #0EAF8F. Grayscale: #838383. Windows color (decimal): -962448 or 7360753. OLE color: 7360753.

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

Color convert

RGB 241 80 112 -
CMYK 0 0.67 0.54 0.05
HSL 348.07º 0.85% 0.63% -
HSV(B) 348.07º 0.67% 0.95% -
XYZ 42.07 25.61 18.05 -
YUV 131.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 241 80 112 0 0.67 0.54 0.05 348.07 0.85 0.63
Hex F1 50 70 0 43 36 5 15C 55 3F
Octal 361 120 160 0 103 66 5 534 125 77
Binary 11110001 1010000 1110000 0 1000011 110110 101 101011100 1010101 111111

Color Harmonies of #F15070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15070

Black with #F15070

Text Example


Text Example

White with #F15070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15070; }

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

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

background-color css

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

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

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

border-color css

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

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

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