Html Css Color HEX #F66072 Wild Watermelon

📋 copy color: '#F66072'

red 246 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #F66072

Tints of Wild Watermelon #F66072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

 BLUE value IS 114 (44.92% from 255) = 25%

R = 53.95%
G = 21.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F66072 (or 0xF66072) is known color: Wild Watermelon. HEX triplet: F6, 60 and 72. RGB value is (246,96,114). Sum of RGB (Red+Green+Blue) = 246+96+114=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F66072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66072 is #099F8D. Grayscale: #8E8E8E. Windows color (decimal): -630670 or 7495926. OLE color: 7495926.

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

Color convert

RGB 246 96 114 -
CMYK 0 0.61 0.54 0.04
HSL 352.8º 0.89% 0.67% -
HSV(B) 352.8º 0.61% 0.96% -
XYZ 45.23 29.17 19.17 -
YUV 142.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 246 96 114 0 0.61 0.54 0.04 352.8 0.89 0.67
Hex F6 60 72 0 3D 36 4 161 59 43
Octal 366 140 162 0 75 66 4 541 131 103
Binary 11110110 1100000 1110010 0 111101 110110 100 101100001 1011001 1000011

Color Harmonies of #F66072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66072

Black with #F66072

Text Example


Text Example

White with #F66072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66072; }

 p { color: rgb(246,96,114); }

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

background-color css

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

 a { background-color: rgb(246,96,114); }

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

border-color css

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

 span { border-color: rgb(246,96,114); }

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