Html Css Color HEX #F65D6D Wild Watermelon

📋 copy color: '#F65D6D'

red 246 ◦ green 93 ◦ blue 109

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

Shades of Wild Watermelon #F65D6D

Tints of Wild Watermelon #F65D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 54.91%
G = 20.76%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F65D6D (or 0xF65D6D) is known color: Wild Watermelon. HEX triplet: F6, 5D and 6D. RGB value is (246,93,109). Sum of RGB (Red+Green+Blue) = 246+93+109=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D6D is #09A292. Grayscale: #8C8C8C. Windows color (decimal): -631443 or 7167478. OLE color: 7167478.

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

Color convert

RGB 246 93 109 -
CMYK 0 0.62 0.56 0.04
HSL 353.73º 0.89% 0.66% -
HSV(B) 353.73º 0.62% 0.96% -
XYZ 44.68 28.53 17.62 -
YUV 140.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 246 93 109 0 0.62 0.56 0.04 353.73 0.89 0.66
Hex F6 5D 6D 0 3E 38 4 162 59 42
Octal 366 135 155 0 76 70 4 542 131 102
Binary 11110110 1011101 1101101 0 111110 111000 100 101100010 1011001 1000010

Color Harmonies of #F65D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D6D

Black with #F65D6D

Text Example


Text Example

White with #F65D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D6D; }

 p { color: rgb(246,93,109); }

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

background-color css

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

 a { background-color: rgb(246,93,109); }

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

border-color css

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

 span { border-color: rgb(246,93,109); }

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