Html Css Color HEX #F65D6F Wild Watermelon

📋 copy color: '#F65D6F'

red 246 ◦ green 93 ◦ blue 111

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

Shades of Wild Watermelon #F65D6F

Tints of Wild Watermelon #F65D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 54.67%
G = 20.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F65D6F (or 0xF65D6F) is known color: Wild Watermelon. HEX triplet: F6, 5D and 6F. RGB value is (246,93,111). Sum of RGB (Red+Green+Blue) = 246+93+111=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D6F is #09A290. Grayscale: #8C8C8C. Windows color (decimal): -631441 or 7298550. OLE color: 7298550.

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

Color convert

RGB 246 93 111 -
CMYK 0 0.62 0.55 0.04
HSL 352.94º 0.89% 0.66% -
HSV(B) 352.94º 0.62% 0.96% -
XYZ 44.79 28.57 18.19 -
YUV 140.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 246 93 111 0 0.62 0.55 0.04 352.94 0.89 0.66
Hex F6 5D 6F 0 3E 37 4 161 59 42
Octal 366 135 157 0 76 67 4 541 131 102
Binary 11110110 1011101 1101111 0 111110 110111 100 101100001 1011001 1000010

Color Harmonies of #F65D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D6F

Black with #F65D6F

Text Example


Text Example

White with #F65D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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