Html Css Color HEX #F55E65 Wild Watermelon

📋 copy color: '#F55E65'

red 245 ◦ green 94 ◦ blue 101

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

Shades of Wild Watermelon #F55E65

Tints of Wild Watermelon #F55E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.36%

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 55.68%
G = 21.36%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F55E65 (or 0xF55E65) is known color: Wild Watermelon. HEX triplet: F5, 5E and 65. RGB value is (245,94,101). Sum of RGB (Red+Green+Blue) = 245+94+101=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E65 is #0AA19A. Grayscale: #8C8C8C. Windows color (decimal): -696731 or 6643445. OLE color: 6643445.

HSL color Cylindrical-coordinate representation of color #F55E65: hue angle of 357.22º 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 #F55E65 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 94 101 -
CMYK 0 0.62 0.59 0.04
HSL 357.22º 0.88% 0.66% -
HSV(B) 357.22º 0.62% 0.96% -
XYZ 44.01 28.36 15.47 -
YUV 139.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 245 94 101 0 0.62 0.59 0.04 357.22 0.88 0.66
Hex F5 5E 65 0 3E 3B 4 165 58 42
Octal 365 136 145 0 76 73 4 545 130 102
Binary 11110101 1011110 1100101 0 111110 111011 100 101100101 1011000 1000010

Color Harmonies of #F55E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55E65

Black with #F55E65

Text Example


Text Example

White with #F55E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55E65; }

 p { color: rgb(245,94,101); }

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

background-color css

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

 a { background-color: rgb(245,94,101); }

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

border-color css

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

 span { border-color: rgb(245,94,101); }

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