Html Css Color HEX #F1585C Wild Watermelon

📋 copy color: '#F1585C'

red 241 ◦ green 88 ◦ blue 92

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

Shades of Wild Watermelon #F1585C

Tints of Wild Watermelon #F1585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 57.24%
G = 20.9%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1585C (or 0xF1585C) is known color: Wild Watermelon. HEX triplet: F1, 58 and 5C. RGB value is (241,88,92). Sum of RGB (Red+Green+Blue) = 241+88+92=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1585C is #0EA7A3. Grayscale: #868686. Windows color (decimal): -960420 or 6052081. OLE color: 6052081.

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

Color convert

RGB 241 88 92 -
CMYK 0 0.63 0.62 0.05
HSL 358.43º 0.85% 0.65% -
HSV(B) 358.43º 0.63% 0.95% -
XYZ 41.7 26.45 13.03 -
YUV 134.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 241 88 92 0 0.63 0.62 0.05 358.43 0.85 0.65
Hex F1 58 5C 0 3F 3E 5 166 55 41
Octal 361 130 134 0 77 76 5 546 125 101
Binary 11110001 1011000 1011100 0 111111 111110 101 101100110 1010101 1000001

Color Harmonies of #F1585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1585C

Black with #F1585C

Text Example


Text Example

White with #F1585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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