Html Css Color HEX #F55F62 Wild Watermelon

📋 copy color: '#F55F62'

red 245 ◦ green 95 ◦ blue 98

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

Shades of Wild Watermelon #F55F62

Tints of Wild Watermelon #F55F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.69%

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

R = 55.94%
G = 21.69%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F55F62 (or 0xF55F62) is known color: Wild Watermelon. HEX triplet: F5, 5F and 62. RGB value is (245,95,98). Sum of RGB (Red+Green+Blue) = 245+95+98=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F62 is #0AA09D. Grayscale: #8C8C8C. Windows color (decimal): -696478 or 6447093. OLE color: 6447093.

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

Color convert

RGB 245 95 98 -
CMYK 0 0.61 0.6 0.04
HSL 358.8º 0.88% 0.67% -
HSV(B) 358.8º 0.61% 0.96% -
XYZ 43.95 28.48 14.74 -
YUV 140.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 245 95 98 0 0.61 0.6 0.04 358.8 0.88 0.67
Hex F5 5F 62 0 3D 3C 4 167 58 43
Octal 365 137 142 0 75 74 4 547 130 103
Binary 11110101 1011111 1100010 0 111101 111100 100 101100111 1011000 1000011

Color Harmonies of #F55F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F62

Black with #F55F62

Text Example


Text Example

White with #F55F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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