Html Css Color HEX #F64F70 Wild Watermelon

📋 copy color: '#F64F70'

red 246 ◦ green 79 ◦ blue 112

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

Shades of Wild Watermelon #F64F70

Tints of Wild Watermelon #F64F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.08%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 56.29%
G = 18.08%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64F70 (or 0xF64F70) is known color: Wild Watermelon. HEX triplet: F6, 4F and 70. RGB value is (246,79,112). Sum of RGB (Red+Green+Blue) = 246+79+112=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F70 is #09B08F. Grayscale: #848484. Windows color (decimal): -635024 or 7360502. OLE color: 7360502.

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

Color convert

RGB 246 79 112 -
CMYK 0 0.68 0.54 0.04
HSL 348.14º 0.9% 0.64% -
HSV(B) 348.14º 0.68% 0.96% -
XYZ 43.73 26.35 18.11 -
YUV 132.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 246 79 112 0 0.68 0.54 0.04 348.14 0.9 0.64
Hex F6 4F 70 0 44 36 4 15C 5A 40
Octal 366 117 160 0 104 66 4 534 132 100
Binary 11110110 1001111 1110000 0 1000100 110110 100 101011100 1011010 1000000

Color Harmonies of #F64F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F70

Black with #F64F70

Text Example


Text Example

White with #F64F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F70; }

 p { color: rgb(246,79,112); }

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

background-color css

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

 a { background-color: rgb(246,79,112); }

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

border-color css

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

 span { border-color: rgb(246,79,112); }

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