Html Css Color HEX #F15166 Wild Watermelon

📋 copy color: '#F15166'

red 241 ◦ green 81 ◦ blue 102

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

Shades of Wild Watermelon #F15166

Tints of Wild Watermelon #F15166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 56.84%
G = 19.1%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F15166 (or 0xF15166) is known color: Wild Watermelon. HEX triplet: F1, 51 and 66. RGB value is (241,81,102). Sum of RGB (Red+Green+Blue) = 241+81+102=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15166 is #0EAE99. Grayscale: #838383. Windows color (decimal): -962202 or 6705649. OLE color: 6705649.

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

Color convert

RGB 241 81 102 -
CMYK 0 0.66 0.58 0.05
HSL 352.13º 0.85% 0.63% -
HSV(B) 352.13º 0.66% 0.95% -
XYZ 41.62 25.54 15.31 -
YUV 131.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 241 81 102 0 0.66 0.58 0.05 352.13 0.85 0.63
Hex F1 51 66 0 42 3A 5 160 55 3F
Octal 361 121 146 0 102 72 5 540 125 77
Binary 11110001 1010001 1100110 0 1000010 111010 101 101100000 1010101 111111

Color Harmonies of #F15166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15166

Black with #F15166

Text Example


Text Example

White with #F15166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15166; }

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

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

background-color css

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

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

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

border-color css

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

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

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