Html Css Color HEX #F1566A Wild Watermelon

📋 copy color: '#F1566A'

red 241 ◦ green 86 ◦ blue 106

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

Shades of Wild Watermelon #F1566A

Tints of Wild Watermelon #F1566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 55.66%
G = 19.86%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1566A (or 0xF1566A) is known color: Wild Watermelon. HEX triplet: F1, 56 and 6A. RGB value is (241,86,106). Sum of RGB (Red+Green+Blue) = 241+86+106=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1566A is #0EA995. Grayscale: #868686. Windows color (decimal): -960918 or 6969073. OLE color: 6969073.

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

Color convert

RGB 241 86 106 -
CMYK 0 0.64 0.56 0.05
HSL 352.26º 0.85% 0.64% -
HSV(B) 352.26º 0.64% 0.95% -
XYZ 42.2 26.4 16.51 -
YUV 134.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 241 86 106 0 0.64 0.56 0.05 352.26 0.85 0.64
Hex F1 56 6A 0 40 38 5 160 55 40
Octal 361 126 152 0 100 70 5 540 125 100
Binary 11110001 1010110 1101010 0 1000000 111000 101 101100000 1010101 1000000

Color Harmonies of #F1566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1566A

Black with #F1566A

Text Example


Text Example

White with #F1566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1566A; }

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

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

background-color css

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

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

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

border-color css

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

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

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