Html Css Color HEX #F65C71 Wild Watermelon

📋 copy color: '#F65C71'

red 246 ◦ green 92 ◦ blue 113

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

Shades of Wild Watermelon #F65C71

Tints of Wild Watermelon #F65C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 54.55%
G = 20.4%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65C71 (or 0xF65C71) is known color: Wild Watermelon. HEX triplet: F6, 5C and 71. RGB value is (246,92,113). Sum of RGB (Red+Green+Blue) = 246+92+113=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C71 is #09A38E. Grayscale: #8C8C8C. Windows color (decimal): -631695 or 7429366. OLE color: 7429366.

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

Color convert

RGB 246 92 113 -
CMYK 0 0.63 0.54 0.04
HSL 351.82º 0.9% 0.66% -
HSV(B) 351.82º 0.63% 0.96% -
XYZ 44.81 28.44 18.75 -
YUV 140.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 246 92 113 0 0.63 0.54 0.04 351.82 0.9 0.66
Hex F6 5C 71 0 3F 36 4 160 5A 42
Octal 366 134 161 0 77 66 4 540 132 102
Binary 11110110 1011100 1110001 0 111111 110110 100 101100000 1011010 1000010

Color Harmonies of #F65C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C71

Black with #F65C71

Text Example


Text Example

White with #F65C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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