Html Css Color HEX #F64472 Wild Watermelon

📋 copy color: '#F64472'

red 246 ◦ green 68 ◦ blue 114

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

Shades of Wild Watermelon #F64472

Tints of Wild Watermelon #F64472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

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

R = 57.48%
G = 15.89%
B = 26.64%

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

#F64472 (or 0xF64472) is known color: Wild Watermelon. HEX triplet: F6, 44 and 72. RGB value is (246,68,114). Sum of RGB (Red+Green+Blue) = 246+68+114=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F64472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64472 is #09BB8D. Grayscale: #7E7E7E. Windows color (decimal): -637838 or 7488758. OLE color: 7488758.

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

Color convert

RGB 246 68 114 -
CMYK 0 0.72 0.54 0.04
HSL 344.49º 0.91% 0.62% -
HSV(B) 344.49º 0.72% 0.96% -
XYZ 43.11 24.94 18.46 -
YUV 126.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 246 68 114 0 0.72 0.54 0.04 344.49 0.91 0.62
Hex F6 44 72 0 48 36 4 158 5B 3E
Octal 366 104 162 0 110 66 4 530 133 76
Binary 11110110 1000100 1110010 0 1001000 110110 100 101011000 1011011 111110

Color Harmonies of #F64472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64472

Black with #F64472

Text Example


Text Example

White with #F64472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64472; }

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

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

background-color css

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

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

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

border-color css

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

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

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