Html Css Color HEX #F65071 Wild Watermelon

📋 copy color: '#F65071'

red 246 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #F65071

Tints of Wild Watermelon #F65071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 56.04%
G = 18.22%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65071 (or 0xF65071) is known color: Wild Watermelon. HEX triplet: F6, 50 and 71. RGB value is (246,80,113). Sum of RGB (Red+Green+Blue) = 246+80+113=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F65071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65071 is #09AF8E. Grayscale: #858585. Windows color (decimal): -634767 or 7426294. OLE color: 7426294.

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

Color convert

RGB 246 80 113 -
CMYK 0 0.67 0.54 0.04
HSL 348.07º 0.9% 0.64% -
HSV(B) 348.07º 0.67% 0.96% -
XYZ 43.86 26.52 18.43 -
YUV 133.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 246 80 113 0 0.67 0.54 0.04 348.07 0.9 0.64
Hex F6 50 71 0 43 36 4 15C 5A 40
Octal 366 120 161 0 103 66 4 534 132 100
Binary 11110110 1010000 1110001 0 1000011 110110 100 101011100 1011010 1000000

Color Harmonies of #F65071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65071

Black with #F65071

Text Example


Text Example

White with #F65071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65071; }

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

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

background-color css

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

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

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

border-color css

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

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

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