Html Css Color HEX #F55D62 Wild Watermelon

📋 copy color: '#F55D62'

red 245 ◦ green 93 ◦ blue 98

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

Shades of Wild Watermelon #F55D62

Tints of Wild Watermelon #F55D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 56.19%
G = 21.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F55D62 (or 0xF55D62) is known color: Wild Watermelon. HEX triplet: F5, 5D and 62. RGB value is (245,93,98). Sum of RGB (Red+Green+Blue) = 245+93+98=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D62 is #0AA29D. Grayscale: #8B8B8B. Windows color (decimal): -696990 or 6446581. OLE color: 6446581.

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

Color convert

RGB 245 93 98 -
CMYK 0 0.62 0.6 0.04
HSL 358.03º 0.88% 0.66% -
HSV(B) 358.03º 0.62% 0.96% -
XYZ 43.78 28.12 14.68 -
YUV 139.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 245 93 98 0 0.62 0.6 0.04 358.03 0.88 0.66
Hex F5 5D 62 0 3E 3C 4 166 58 42
Octal 365 135 142 0 76 74 4 546 130 102
Binary 11110101 1011101 1100010 0 111110 111100 100 101100110 1011000 1000010

Color Harmonies of #F55D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D62

Black with #F55D62

Text Example


Text Example

White with #F55D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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