Html Css Color HEX #F65864 Wild Watermelon

📋 copy color: '#F65864'

red 246 ◦ green 88 ◦ blue 100

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

Shades of Wild Watermelon #F65864

Tints of Wild Watermelon #F65864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 56.68%
G = 20.28%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F65864 (or 0xF65864) is known color: Wild Watermelon. HEX triplet: F6, 58 and 64. RGB value is (246,88,100). Sum of RGB (Red+Green+Blue) = 246+88+100=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F65864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65864 is #09A79B. Grayscale: #888888. Windows color (decimal): -632732 or 6576374. OLE color: 6576374.

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

Color convert

RGB 246 88 100 -
CMYK 0 0.64 0.59 0.04
HSL 355.44º 0.9% 0.65% -
HSV(B) 355.44º 0.64% 0.96% -
XYZ 43.8 27.49 15.05 -
YUV 136.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 246 88 100 0 0.64 0.59 0.04 355.44 0.9 0.65
Hex F6 58 64 0 40 3B 4 163 5A 41
Octal 366 130 144 0 100 73 4 543 132 101
Binary 11110110 1011000 1100100 0 1000000 111011 100 101100011 1011010 1000001

Color Harmonies of #F65864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65864

Black with #F65864

Text Example


Text Example

White with #F65864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65864; }

 p { color: rgb(246,88,100); }

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

background-color css

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

 a { background-color: rgb(246,88,100); }

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

border-color css

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

 span { border-color: rgb(246,88,100); }

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