Html Css Color HEX #F65970 Wild Watermelon

📋 copy color: '#F65970'

red 246 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #F65970

Tints of Wild Watermelon #F65970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

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

R = 55.03%
G = 19.91%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65970 (or 0xF65970) is known color: Wild Watermelon. HEX triplet: F6, 59 and 70. RGB value is (246,89,112). Sum of RGB (Red+Green+Blue) = 246+89+112=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F65970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65970 is #09A68F. Grayscale: #8A8A8A. Windows color (decimal): -632464 or 7363062. OLE color: 7363062.

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

Color convert

RGB 246 89 112 -
CMYK 0 0.64 0.54 0.04
HSL 351.21º 0.9% 0.66% -
HSV(B) 351.21º 0.64% 0.96% -
XYZ 44.5 27.91 18.37 -
YUV 138.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 246 89 112 0 0.64 0.54 0.04 351.21 0.9 0.66
Hex F6 59 70 0 40 36 4 15F 5A 42
Octal 366 131 160 0 100 66 4 537 132 102
Binary 11110110 1011001 1110000 0 1000000 110110 100 101011111 1011010 1000010

Color Harmonies of #F65970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65970

Black with #F65970

Text Example


Text Example

White with #F65970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65970; }

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

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

background-color css

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

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

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

border-color css

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

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

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