Html Css Color HEX #F1565F Wild Watermelon

📋 copy color: '#F1565F'

red 241 ◦ green 86 ◦ blue 95

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

Shades of Wild Watermelon #F1565F

Tints of Wild Watermelon #F1565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 57.11%
G = 20.38%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1565F (or 0xF1565F) is known color: Wild Watermelon. HEX triplet: F1, 56 and 5F. RGB value is (241,86,95). Sum of RGB (Red+Green+Blue) = 241+86+95=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1565F is #0EA9A0. Grayscale: #858585. Windows color (decimal): -960929 or 6248177. OLE color: 6248177.

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

Color convert

RGB 241 86 95 -
CMYK 0 0.64 0.61 0.05
HSL 356.52º 0.85% 0.64% -
HSV(B) 356.52º 0.64% 0.95% -
XYZ 41.67 26.18 13.68 -
YUV 133.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 241 86 95 0 0.64 0.61 0.05 356.52 0.85 0.64
Hex F1 56 5F 0 40 3D 5 165 55 40
Octal 361 126 137 0 100 75 5 545 125 100
Binary 11110001 1010110 1011111 0 1000000 111101 101 101100101 1010101 1000000

Color Harmonies of #F1565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1565F

Black with #F1565F

Text Example


Text Example

White with #F1565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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