Html Css Color HEX #F5585D Wild Watermelon

📋 copy color: '#F5585D'

red 245 ◦ green 88 ◦ blue 93

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

Shades of Wild Watermelon #F5585D

Tints of Wild Watermelon #F5585D

RGB

 RED value IS 245 (96.09% from 255) = 57.51%

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 57.51%
G = 20.66%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5585D (or 0xF5585D) is known color: Wild Watermelon. HEX triplet: F5, 58 and 5D. RGB value is (245,88,93). Sum of RGB (Red+Green+Blue) = 245+88+93=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5585D is #0AA7A2. Grayscale: #878787. Windows color (decimal): -698275 or 6117621. OLE color: 6117621.

HSL color Cylindrical-coordinate representation of color #F5585D: hue angle of 358.09º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5585D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 88 93 -
CMYK 0 0.64 0.62 0.04
HSL 358.09º 0.89% 0.65% -
HSV(B) 358.09º 0.64% 0.96% -
XYZ 43.12 27.18 13.33 -
YUV 135.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 245 88 93 0 0.64 0.62 0.04 358.09 0.89 0.65
Hex F5 58 5D 0 40 3E 4 166 59 41
Octal 365 130 135 0 100 76 4 546 131 101
Binary 11110101 1011000 1011101 0 1000000 111110 100 101100110 1011001 1000001

Color Harmonies of #F5585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5585D

Black with #F5585D

Text Example


Text Example

White with #F5585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5585D; }

 p { color: rgb(245,88,93); }

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

background-color css

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

 a { background-color: rgb(245,88,93); }

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

border-color css

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

 span { border-color: rgb(245,88,93); }

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