Html Css Color HEX #F1555C Wild Watermelon

📋 copy color: '#F1555C'

red 241 ◦ green 85 ◦ blue 92

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

Shades of Wild Watermelon #F1555C

Tints of Wild Watermelon #F1555C

RGB

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

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

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

R = 57.66%
G = 20.33%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1555C (or 0xF1555C) is known color: Wild Watermelon. HEX triplet: F1, 55 and 5C. RGB value is (241,85,92). Sum of RGB (Red+Green+Blue) = 241+85+92=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1555C is #0EAAA3. Grayscale: #848484. Windows color (decimal): -961188 or 6051313. OLE color: 6051313.

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

Color convert

RGB 241 85 92 -
CMYK 0 0.65 0.62 0.05
HSL 357.31º 0.85% 0.64% -
HSV(B) 357.31º 0.65% 0.95% -
XYZ 41.46 25.97 12.95 -
YUV 132.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 241 85 92 0 0.65 0.62 0.05 357.31 0.85 0.64
Hex F1 55 5C 0 41 3E 5 165 55 40
Octal 361 125 134 0 101 76 5 545 125 100
Binary 11110001 1010101 1011100 0 1000001 111110 101 101100101 1010101 1000000

Color Harmonies of #F1555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1555C

Black with #F1555C

Text Example


Text Example

White with #F1555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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