Html Css Color HEX #F65E65 Wild Watermelon

📋 copy color: '#F65E65'

red 246 ◦ green 94 ◦ blue 101

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

Shades of Wild Watermelon #F65E65

Tints of Wild Watermelon #F65E65

RGB

 RED value IS 246 (96.48% from 255) = 55.78%

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

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

R = 55.78%
G = 21.32%
B = 22.9%

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

#F65E65 (or 0xF65E65) is known color: Wild Watermelon. HEX triplet: F6, 5E and 65. RGB value is (246,94,101). Sum of RGB (Red+Green+Blue) = 246+94+101=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65E65 is #09A19A. Grayscale: #8C8C8C. Windows color (decimal): -631195 or 6643446. OLE color: 6643446.

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

Color convert

RGB 246 94 101 -
CMYK 0 0.62 0.59 0.04
HSL 357.24º 0.89% 0.67% -
HSV(B) 357.24º 0.62% 0.96% -
XYZ 44.36 28.54 15.48 -
YUV 140.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 246 94 101 0 0.62 0.59 0.04 357.24 0.89 0.67
Hex F6 5E 65 0 3E 3B 4 165 59 43
Octal 366 136 145 0 76 73 4 545 131 103
Binary 11110110 1011110 1100101 0 111110 111011 100 101100101 1011001 1000011

Color Harmonies of #F65E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65E65

Black with #F65E65

Text Example


Text Example

White with #F65E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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