Html Css Color HEX #F9585C Wild Watermelon

📋 copy color: '#F9585C'

red 249 ◦ green 88 ◦ blue 92

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

Shades of Wild Watermelon #F9585C

Tints of Wild Watermelon #F9585C

RGB

 RED value IS 249 (97.66% from 255) = 58.04%

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

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

R = 58.04%
G = 20.51%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9585C (or 0xF9585C) is known color: Wild Watermelon. HEX triplet: F9, 58 and 5C. RGB value is (249,88,92). Sum of RGB (Red+Green+Blue) = 249+88+92=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9585C is #06A7A3. Grayscale: #888888. Windows color (decimal): -436132 or 6052089. OLE color: 6052089.

HSL color Cylindrical-coordinate representation of color #F9585C: hue angle of 358.51º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9585C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 88 92 -
CMYK 0 0.65 0.63 0.02
HSL 358.51º 0.93% 0.66% -
HSV(B) 358.51º 0.65% 0.98% -
XYZ 44.49 27.89 13.16 -
YUV 136.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 249 88 92 0 0.65 0.63 0.02 358.51 0.93 0.66
Hex F9 58 5C 0 41 3F 2 167 5D 42
Octal 371 130 134 0 101 77 2 547 135 102
Binary 11111001 1011000 1011100 0 1000001 111111 10 101100111 1011101 1000010

Color Harmonies of #F9585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9585C

Black with #F9585C

Text Example


Text Example

White with #F9585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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