Html Css Color HEX #F1566F Wild Watermelon

📋 copy color: '#F1566F'

red 241 ◦ green 86 ◦ blue 111

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

Shades of Wild Watermelon #F1566F

Tints of Wild Watermelon #F1566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 55.02%
G = 19.63%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1566F (or 0xF1566F) is known color: Wild Watermelon. HEX triplet: F1, 56 and 6F. RGB value is (241,86,111). Sum of RGB (Red+Green+Blue) = 241+86+111=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1566F is #0EA990. Grayscale: #878787. Windows color (decimal): -960913 or 7296753. OLE color: 7296753.

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

Color convert

RGB 241 86 111 -
CMYK 0 0.64 0.54 0.05
HSL 350.32º 0.85% 0.64% -
HSV(B) 350.32º 0.64% 0.95% -
XYZ 42.47 26.5 17.92 -
YUV 135.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 241 86 111 0 0.64 0.54 0.05 350.32 0.85 0.64
Hex F1 56 6F 0 40 36 5 15E 55 40
Octal 361 126 157 0 100 66 5 536 125 100
Binary 11110001 1010110 1101111 0 1000000 110110 101 101011110 1010101 1000000

Color Harmonies of #F1566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1566F

Black with #F1566F

Text Example


Text Example

White with #F1566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1566F; }

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

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

background-color css

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

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

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

border-color css

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

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

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