Html Css Color HEX #F15170 Wild Watermelon

📋 copy color: '#F15170'

red 241 ◦ green 81 ◦ blue 112

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

Shades of Wild Watermelon #F15170

Tints of Wild Watermelon #F15170

RGB

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

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

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

R = 55.53%
G = 18.66%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F15170 (or 0xF15170) is known color: Wild Watermelon. HEX triplet: F1, 51 and 70. RGB value is (241,81,112). Sum of RGB (Red+Green+Blue) = 241+81+112=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F15170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15170 is #0EAE8F. Grayscale: #848484. Windows color (decimal): -962192 or 7361009. OLE color: 7361009.

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

Color convert

RGB 241 81 112 -
CMYK 0 0.66 0.54 0.05
HSL 348.38º 0.85% 0.63% -
HSV(B) 348.38º 0.66% 0.95% -
XYZ 42.14 25.76 18.08 -
YUV 132.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 241 81 112 0 0.66 0.54 0.05 348.38 0.85 0.63
Hex F1 51 70 0 42 36 5 15C 55 3F
Octal 361 121 160 0 102 66 5 534 125 77
Binary 11110001 1010001 1110000 0 1000010 110110 101 101011100 1010101 111111

Color Harmonies of #F15170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15170

Black with #F15170

Text Example


Text Example

White with #F15170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15170; }

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

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

background-color css

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

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

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

border-color css

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

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

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