Html Css Color HEX #F64570 Wild Watermelon

📋 copy color: '#F64570'

red 246 ◦ green 69 ◦ blue 112

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

Shades of Wild Watermelon #F64570

Tints of Wild Watermelon #F64570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

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

R = 57.61%
G = 16.16%
B = 26.23%

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

#F64570 (or 0xF64570) is known color: Wild Watermelon. HEX triplet: F6, 45 and 70. RGB value is (246,69,112). Sum of RGB (Red+Green+Blue) = 246+69+112=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F64570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64570 is #09BA8F. Grayscale: #7E7E7E. Windows color (decimal): -637584 or 7357942. OLE color: 7357942.

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

Color convert

RGB 246 69 112 -
CMYK 0 0.72 0.54 0.04
HSL 345.42º 0.91% 0.62% -
HSV(B) 345.42º 0.72% 0.96% -
XYZ 43.06 25.02 17.89 -
YUV 126.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 246 69 112 0 0.72 0.54 0.04 345.42 0.91 0.62
Hex F6 45 70 0 48 36 4 159 5B 3E
Octal 366 105 160 0 110 66 4 531 133 76
Binary 11110110 1000101 1110000 0 1001000 110110 100 101011001 1011011 111110

Color Harmonies of #F64570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64570

Black with #F64570

Text Example


Text Example

White with #F64570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64570; }

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

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

background-color css

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

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

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

border-color css

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

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

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