Html Css Color HEX #F65072 Wild Watermelon

📋 copy color: '#F65072'

red 246 ◦ green 80 ◦ blue 114

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

Shades of Wild Watermelon #F65072

Tints of Wild Watermelon #F65072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

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

R = 55.91%
G = 18.18%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65072 (or 0xF65072) is known color: Wild Watermelon. HEX triplet: F6, 50 and 72. RGB value is (246,80,114). Sum of RGB (Red+Green+Blue) = 246+80+114=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F65072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65072 is #09AF8D. Grayscale: #858585. Windows color (decimal): -634766 or 7491830. OLE color: 7491830.

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

Color convert

RGB 246 80 114 -
CMYK 0 0.67 0.54 0.04
HSL 347.71º 0.9% 0.64% -
HSV(B) 347.71º 0.67% 0.96% -
XYZ 43.91 26.55 18.73 -
YUV 133.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 246 80 114 0 0.67 0.54 0.04 347.71 0.9 0.64
Hex F6 50 72 0 43 36 4 15C 5A 40
Octal 366 120 162 0 103 66 4 534 132 100
Binary 11110110 1010000 1110010 0 1000011 110110 100 101011100 1011010 1000000

Color Harmonies of #F65072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65072

Black with #F65072

Text Example


Text Example

White with #F65072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65072; }

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

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

background-color css

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

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

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

border-color css

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

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

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