Html Css Color HEX #F64672 Wild Watermelon

📋 copy color: '#F64672'

red 246 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #F64672

Tints of Wild Watermelon #F64672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 57.21%
G = 16.28%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64672 (or 0xF64672) is known color: Wild Watermelon. HEX triplet: F6, 46 and 72. RGB value is (246,70,114). Sum of RGB (Red+Green+Blue) = 246+70+114=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64672 is #09B98D. Grayscale: #7F7F7F. Windows color (decimal): -637326 or 7489270. OLE color: 7489270.

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

Color convert

RGB 246 70 114 -
CMYK 0 0.72 0.54 0.04
HSL 345º 0.91% 0.62% -
HSV(B) 345º 0.72% 0.96% -
XYZ 43.23 25.19 18.5 -
YUV 127.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 246 70 114 0 0.72 0.54 0.04 345 0.91 0.62
Hex F6 46 72 0 48 36 4 159 5B 3E
Octal 366 106 162 0 110 66 4 531 133 76
Binary 11110110 1000110 1110010 0 1001000 110110 100 101011001 1011011 111110

Color Harmonies of #F64672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64672

Black with #F64672

Text Example


Text Example

White with #F64672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64672; }

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

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

background-color css

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

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

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

border-color css

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

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

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