Html Css Color HEX #F6506D Wild Watermelon

📋 copy color: '#F6506D'

red 246 ◦ green 80 ◦ blue 109

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

Shades of Wild Watermelon #F6506D

Tints of Wild Watermelon #F6506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 56.55%
G = 18.39%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6506D (or 0xF6506D) is known color: Wild Watermelon. HEX triplet: F6, 50 and 6D. RGB value is (246,80,109). Sum of RGB (Red+Green+Blue) = 246+80+109=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6506D is #09AF92. Grayscale: #848484. Windows color (decimal): -634771 or 7164150. OLE color: 7164150.

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

Color convert

RGB 246 80 109 -
CMYK 0 0.67 0.56 0.04
HSL 349.52º 0.9% 0.64% -
HSV(B) 349.52º 0.67% 0.96% -
XYZ 43.64 26.43 17.27 -
YUV 132.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 246 80 109 0 0.67 0.56 0.04 349.52 0.9 0.64
Hex F6 50 6D 0 43 38 4 15E 5A 40
Octal 366 120 155 0 103 70 4 536 132 100
Binary 11110110 1010000 1101101 0 1000011 111000 100 101011110 1011010 1000000

Color Harmonies of #F6506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6506D

Black with #F6506D

Text Example


Text Example

White with #F6506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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