Html Css Color HEX #F65974 Wild Watermelon

📋 copy color: '#F65974'

red 246 ◦ green 89 ◦ blue 116

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

Shades of Wild Watermelon #F65974

Tints of Wild Watermelon #F65974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 54.55%
G = 19.73%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F65974 (or 0xF65974) is known color: Wild Watermelon. HEX triplet: F6, 59 and 74. RGB value is (246,89,116). Sum of RGB (Red+Green+Blue) = 246+89+116=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F65974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65974 is #09A68B. Grayscale: #8B8B8B. Windows color (decimal): -632460 or 7625206. OLE color: 7625206.

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

Color convert

RGB 246 89 116 -
CMYK 0 0.64 0.53 0.04
HSL 349.68º 0.9% 0.66% -
HSV(B) 349.68º 0.64% 0.96% -
XYZ 44.73 28 19.57 -
YUV 139.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 246 89 116 0 0.64 0.53 0.04 349.68 0.9 0.66
Hex F6 59 74 0 40 35 4 15E 5A 42
Octal 366 131 164 0 100 65 4 536 132 102
Binary 11110110 1011001 1110100 0 1000000 110101 100 101011110 1011010 1000010

Color Harmonies of #F65974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65974

Black with #F65974

Text Example


Text Example

White with #F65974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65974; }

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

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

background-color css

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

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

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

border-color css

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

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

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