Html Css Color HEX #F15666 Wild Watermelon

📋 copy color: '#F15666'

red 241 ◦ green 86 ◦ blue 102

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

Shades of Wild Watermelon #F15666

Tints of Wild Watermelon #F15666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

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

R = 56.18%
G = 20.05%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F15666 (or 0xF15666) is known color: Wild Watermelon. HEX triplet: F1, 56 and 66. RGB value is (241,86,102). Sum of RGB (Red+Green+Blue) = 241+86+102=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F15666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15666 is #0EA999. Grayscale: #868686. Windows color (decimal): -960922 or 6706929. OLE color: 6706929.

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

Color convert

RGB 241 86 102 -
CMYK 0 0.64 0.58 0.05
HSL 353.81º 0.85% 0.64% -
HSV(B) 353.81º 0.64% 0.95% -
XYZ 42 26.32 15.44 -
YUV 134.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 241 86 102 0 0.64 0.58 0.05 353.81 0.85 0.64
Hex F1 56 66 0 40 3A 5 162 55 40
Octal 361 126 146 0 100 72 5 542 125 100
Binary 11110001 1010110 1100110 0 1000000 111010 101 101100010 1010101 1000000

Color Harmonies of #F15666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15666

Black with #F15666

Text Example


Text Example

White with #F15666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15666; }

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

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

background-color css

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

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

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

border-color css

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

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

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