Html Css Color HEX #F1565B Wild Watermelon

📋 copy color: '#F1565B'

red 241 ◦ green 86 ◦ blue 91

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

Shades of Wild Watermelon #F1565B

Tints of Wild Watermelon #F1565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 57.66%
G = 20.57%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1565B (or 0xF1565B) is known color: Wild Watermelon. HEX triplet: F1, 56 and 5B. RGB value is (241,86,91). Sum of RGB (Red+Green+Blue) = 241+86+91=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1565B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1565B is #0EA9A4. Grayscale: #858585. Windows color (decimal): -960933 or 5986033. OLE color: 5986033.

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

Color convert

RGB 241 86 91 -
CMYK 0 0.64 0.62 0.05
HSL 358.06º 0.85% 0.64% -
HSV(B) 358.06º 0.64% 0.95% -
XYZ 41.49 26.11 12.75 -
YUV 132.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 241 86 91 0 0.64 0.62 0.05 358.06 0.85 0.64
Hex F1 56 5B 0 40 3E 5 166 55 40
Octal 361 126 133 0 100 76 5 546 125 100
Binary 11110001 1010110 1011011 0 1000000 111110 101 101100110 1010101 1000000

Color Harmonies of #F1565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1565B

Black with #F1565B

Text Example


Text Example

White with #F1565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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