Html Css Color HEX #F1565C Wild Watermelon

📋 copy color: '#F1565C'

red 241 ◦ green 86 ◦ blue 92

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

Shades of Wild Watermelon #F1565C

Tints of Wild Watermelon #F1565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 57.52%
G = 20.53%
B = 21.96%

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

#F1565C (or 0xF1565C) is known color: Wild Watermelon. HEX triplet: F1, 56 and 5C. RGB value is (241,86,92). Sum of RGB (Red+Green+Blue) = 241+86+92=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1565C is #0EA9A3. Grayscale: #858585. Windows color (decimal): -960932 or 6051569. OLE color: 6051569.

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

Color convert

RGB 241 86 92 -
CMYK 0 0.64 0.62 0.05
HSL 357.68º 0.85% 0.64% -
HSV(B) 357.68º 0.64% 0.95% -
XYZ 41.54 26.13 12.98 -
YUV 133.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 241 86 92 0 0.64 0.62 0.05 357.68 0.85 0.64
Hex F1 56 5C 0 40 3E 5 166 55 40
Octal 361 126 134 0 100 76 5 546 125 100
Binary 11110001 1010110 1011100 0 1000000 111110 101 101100110 1010101 1000000

Color Harmonies of #F1565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1565C

Black with #F1565C

Text Example


Text Example

White with #F1565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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