Html Css Color HEX #F7585C Wild Watermelon

📋 copy color: '#F7585C'

red 247 ◦ green 88 ◦ blue 92

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

Shades of Wild Watermelon #F7585C

Tints of Wild Watermelon #F7585C

RGB

 RED value IS 247 (96.88% from 255) = 57.85%

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

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

R = 57.85%
G = 20.61%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7585C (or 0xF7585C) is known color: Wild Watermelon. HEX triplet: F7, 58 and 5C. RGB value is (247,88,92). Sum of RGB (Red+Green+Blue) = 247+88+92=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7585C is #08A7A3. Grayscale: #888888. Windows color (decimal): -567204 or 6052087. OLE color: 6052087.

HSL color Cylindrical-coordinate representation of color #F7585C: hue angle of 358.49º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7585C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 88 92 -
CMYK 0 0.64 0.63 0.03
HSL 358.49º 0.91% 0.66% -
HSV(B) 358.49º 0.64% 0.97% -
XYZ 43.78 27.53 13.13 -
YUV 136 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 247 88 92 0 0.64 0.63 0.03 358.49 0.91 0.66
Hex F7 58 5C 0 40 3F 3 166 5B 42
Octal 367 130 134 0 100 77 3 546 133 102
Binary 11110111 1011000 1011100 0 1000000 111111 11 101100110 1011011 1000010

Color Harmonies of #F7585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7585C

Black with #F7585C

Text Example


Text Example

White with #F7585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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