Html Css Color HEX #F66475 Wild Watermelon

📋 copy color: '#F66475'

red 246 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #F66475

Tints of Wild Watermelon #F66475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 53.13%
G = 21.6%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F66475 (or 0xF66475) is known color: Wild Watermelon. HEX triplet: F6, 64 and 75. RGB value is (246,100,117). Sum of RGB (Red+Green+Blue) = 246+100+117=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F66475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66475 is #099B8A. Grayscale: #919191. Windows color (decimal): -629643 or 7693558. OLE color: 7693558.

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

Color convert

RGB 246 100 117 -
CMYK 0 0.59 0.52 0.04
HSL 353.01º 0.89% 0.68% -
HSV(B) 353.01º 0.59% 0.96% -
XYZ 45.77 29.99 20.21 -
YUV 145.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 246 100 117 0 0.59 0.52 0.04 353.01 0.89 0.68
Hex F6 64 75 0 3B 34 4 161 59 44
Octal 366 144 165 0 73 64 4 541 131 104
Binary 11110110 1100100 1110101 0 111011 110100 100 101100001 1011001 1000100

Color Harmonies of #F66475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66475

Black with #F66475

Text Example


Text Example

White with #F66475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66475; }

 p { color: rgb(246,100,117); }

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

background-color css

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

 a { background-color: rgb(246,100,117); }

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

border-color css

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

 span { border-color: rgb(246,100,117); }

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