Html Css Color HEX #F65972 Wild Watermelon

📋 copy color: '#F65972'

red 246 ◦ green 89 ◦ blue 114

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

Shades of Wild Watermelon #F65972

Tints of Wild Watermelon #F65972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 54.79%
G = 19.82%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65972 (or 0xF65972) is known color: Wild Watermelon. HEX triplet: F6, 59 and 72. RGB value is (246,89,114). Sum of RGB (Red+Green+Blue) = 246+89+114=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F65972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65972 is #09A68D. Grayscale: #8A8A8A. Windows color (decimal): -632462 or 7494134. OLE color: 7494134.

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

Color convert

RGB 246 89 114 -
CMYK 0 0.64 0.54 0.04
HSL 350.45º 0.9% 0.66% -
HSV(B) 350.45º 0.64% 0.96% -
XYZ 44.62 27.95 18.96 -
YUV 138.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 246 89 114 0 0.64 0.54 0.04 350.45 0.9 0.66
Hex F6 59 72 0 40 36 4 15E 5A 42
Octal 366 131 162 0 100 66 4 536 132 102
Binary 11110110 1011001 1110010 0 1000000 110110 100 101011110 1011010 1000010

Color Harmonies of #F65972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65972

Black with #F65972

Text Example


Text Example

White with #F65972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65972; }

 p { color: rgb(246,89,114); }

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

background-color css

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

 a { background-color: rgb(246,89,114); }

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

border-color css

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

 span { border-color: rgb(246,89,114); }

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