Html Css Color HEX #F1556A Wild Watermelon

📋 copy color: '#F1556A'

red 241 ◦ green 85 ◦ blue 106

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

Shades of Wild Watermelon #F1556A

Tints of Wild Watermelon #F1556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

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

R = 55.79%
G = 19.68%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1556A (or 0xF1556A) is known color: Wild Watermelon. HEX triplet: F1, 55 and 6A. RGB value is (241,85,106). Sum of RGB (Red+Green+Blue) = 241+85+106=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1556A is #0EAA95. Grayscale: #868686. Windows color (decimal): -961174 or 6968817. OLE color: 6968817.

HSL color Cylindrical-coordinate representation of color #F1556A: hue angle of 351.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1556A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 106 -
CMYK 0 0.65 0.56 0.05
HSL 351.92º 0.85% 0.64% -
HSV(B) 351.92º 0.65% 0.95% -
XYZ 42.13 26.24 16.48 -
YUV 134.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 241 85 106 0 0.65 0.56 0.05 351.92 0.85 0.64
Hex F1 55 6A 0 41 38 5 160 55 40
Octal 361 125 152 0 101 70 5 540 125 100
Binary 11110001 1010101 1101010 0 1000001 111000 101 101100000 1010101 1000000

Color Harmonies of #F1556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1556A

Black with #F1556A

Text Example


Text Example

White with #F1556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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