Html Css Color HEX #F66275 Wild Watermelon

📋 copy color: '#F66275'

red 246 ◦ green 98 ◦ blue 117

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

Shades of Wild Watermelon #F66275

Tints of Wild Watermelon #F66275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

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

R = 53.36%
G = 21.26%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F66275 (or 0xF66275) is known color: Wild Watermelon. HEX triplet: F6, 62 and 75. RGB value is (246,98,117). Sum of RGB (Red+Green+Blue) = 246+98+117=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F66275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66275 is #099D8A. Grayscale: #909090. Windows color (decimal): -630155 or 7693046. OLE color: 7693046.

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

Color convert

RGB 246 98 117 -
CMYK 0 0.60 0.52 0.04
HSL 352.3º 0.89% 0.67% -
HSV(B) 352.3º 0.6% 0.96% -
XYZ 45.58 29.61 20.14 -
YUV 144.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 246 98 117 0 0.60 0.52 0.04 352.3 0.89 0.67
Hex F6 62 75 0 3C 34 4 160 59 43
Octal 366 142 165 0 74 64 4 540 131 103
Binary 11110110 1100010 1110101 0 111100 110100 100 101100000 1011001 1000011

Color Harmonies of #F66275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66275

Black with #F66275

Text Example


Text Example

White with #F66275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66275; }

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

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

background-color css

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

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

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

border-color css

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

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

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