Html Css Color HEX #F66375 Wild Watermelon

📋 copy color: '#F66375'

red 246 ◦ green 99 ◦ blue 117

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

Shades of Wild Watermelon #F66375

Tints of Wild Watermelon #F66375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.43%

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

R = 53.25%
G = 21.43%
B = 25.32%

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

#F66375 (or 0xF66375) is known color: Wild Watermelon. HEX triplet: F6, 63 and 75. RGB value is (246,99,117). Sum of RGB (Red+Green+Blue) = 246+99+117=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66375 is #099C8A. Grayscale: #919191. Windows color (decimal): -629899 or 7693302. OLE color: 7693302.

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

Color convert

RGB 246 99 117 -
CMYK 0 0.60 0.52 0.04
HSL 352.65º 0.89% 0.68% -
HSV(B) 352.65º 0.6% 0.96% -
XYZ 45.68 29.8 20.17 -
YUV 145.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 246 99 117 0 0.60 0.52 0.04 352.65 0.89 0.68
Hex F6 63 75 0 3C 34 4 161 59 44
Octal 366 143 165 0 74 64 4 541 131 104
Binary 11110110 1100011 1110101 0 111100 110100 100 101100001 1011001 1000100

Color Harmonies of #F66375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66375

Black with #F66375

Text Example


Text Example

White with #F66375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66375; }

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

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

background-color css

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

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

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

border-color css

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

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

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