Html Css Color HEX #F65372 Wild Watermelon

📋 copy color: '#F65372'

red 246 ◦ green 83 ◦ blue 114

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

Shades of Wild Watermelon #F65372

Tints of Wild Watermelon #F65372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 55.53%
G = 18.74%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65372 (or 0xF65372) is known color: Wild Watermelon. HEX triplet: F6, 53 and 72. RGB value is (246,83,114). Sum of RGB (Red+Green+Blue) = 246+83+114=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F65372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65372 is #09AC8D. Grayscale: #878787. Windows color (decimal): -633998 or 7492598. OLE color: 7492598.

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

Color convert

RGB 246 83 114 -
CMYK 0 0.66 0.54 0.04
HSL 348.59º 0.9% 0.65% -
HSV(B) 348.59º 0.66% 0.96% -
XYZ 44.14 26.99 18.8 -
YUV 135.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 246 83 114 0 0.66 0.54 0.04 348.59 0.9 0.65
Hex F6 53 72 0 42 36 4 15D 5A 41
Octal 366 123 162 0 102 66 4 535 132 101
Binary 11110110 1010011 1110010 0 1000010 110110 100 101011101 1011010 1000001

Color Harmonies of #F65372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65372

Black with #F65372

Text Example


Text Example

White with #F65372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65372; }

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

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

background-color css

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

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

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

border-color css

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

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

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