Html Css Color HEX #F65174 Wild Watermelon

📋 copy color: '#F65174'

red 246 ◦ green 81 ◦ blue 116

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

Shades of Wild Watermelon #F65174

Tints of Wild Watermelon #F65174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 55.53%
G = 18.28%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F65174 (or 0xF65174) is known color: Wild Watermelon. HEX triplet: F6, 51 and 74. RGB value is (246,81,116). Sum of RGB (Red+Green+Blue) = 246+81+116=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F65174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65174 is #09AE8B. Grayscale: #868686. Windows color (decimal): -634508 or 7623158. OLE color: 7623158.

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

Color convert

RGB 246 81 116 -
CMYK 0 0.67 0.53 0.04
HSL 347.27º 0.9% 0.64% -
HSV(B) 347.27º 0.67% 0.96% -
XYZ 44.1 26.74 19.36 -
YUV 134.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 246 81 116 0 0.67 0.53 0.04 347.27 0.9 0.64
Hex F6 51 74 0 43 35 4 15B 5A 40
Octal 366 121 164 0 103 65 4 533 132 100
Binary 11110110 1010001 1110100 0 1000011 110101 100 101011011 1011010 1000000

Color Harmonies of #F65174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65174

Black with #F65174

Text Example


Text Example

White with #F65174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65174; }

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

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

background-color css

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

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

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

border-color css

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

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

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