Html Css Color HEX #F1556E Wild Watermelon

📋 copy color: '#F1556E'

red 241 ◦ green 85 ◦ blue 110

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

Shades of Wild Watermelon #F1556E

Tints of Wild Watermelon #F1556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 55.28%
G = 19.5%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1556E (or 0xF1556E) is known color: Wild Watermelon. HEX triplet: F1, 55 and 6E. RGB value is (241,85,110). Sum of RGB (Red+Green+Blue) = 241+85+110=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1556E is #0EAA91. Grayscale: #868686. Windows color (decimal): -961170 or 7230961. OLE color: 7230961.

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

Color convert

RGB 241 85 110 -
CMYK 0 0.65 0.54 0.05
HSL 350.38º 0.85% 0.64% -
HSV(B) 350.38º 0.65% 0.95% -
XYZ 42.34 26.32 17.6 -
YUV 134.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 241 85 110 0 0.65 0.54 0.05 350.38 0.85 0.64
Hex F1 55 6E 0 41 36 5 15E 55 40
Octal 361 125 156 0 101 66 5 536 125 100
Binary 11110001 1010101 1101110 0 1000001 110110 101 101011110 1010101 1000000

Color Harmonies of #F1556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1556E

Black with #F1556E

Text Example


Text Example

White with #F1556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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