Html Css Color HEX #F56266 Wild Watermelon

📋 copy color: '#F56266'

red 245 ◦ green 98 ◦ blue 102

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

Shades of Wild Watermelon #F56266

Tints of Wild Watermelon #F56266

RGB

 RED value IS 245 (96.09% from 255) = 55.06%

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 55.06%
G = 22.02%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F56266 (or 0xF56266) is known color: Wild Watermelon. HEX triplet: F5, 62 and 66. RGB value is (245,98,102). Sum of RGB (Red+Green+Blue) = 245+98+102=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F56266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56266 is #0A9D99. Grayscale: #8E8E8E. Windows color (decimal): -695706 or 6710005. OLE color: 6710005.

HSL color Cylindrical-coordinate representation of color #F56266: hue angle of 358.37º degrees, saturation: 0.88, 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 #F56266 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 102 -
CMYK 0 0.6 0.58 0.04
HSL 358.37º 0.88% 0.67% -
HSV(B) 358.37º 0.6% 0.96% -
XYZ 44.42 29.11 15.85 -
YUV 142.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 245 98 102 0 0.6 0.58 0.04 358.37 0.88 0.67
Hex F5 62 66 0 3C 3A 4 166 58 43
Octal 365 142 146 0 74 72 4 546 130 103
Binary 11110101 1100010 1100110 0 111100 111010 100 101100110 1011000 1000011

Color Harmonies of #F56266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56266

Black with #F56266

Text Example


Text Example

White with #F56266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56266; }

 p { color: rgb(245,98,102); }

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

background-color css

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

 a { background-color: rgb(245,98,102); }

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

border-color css

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

 span { border-color: rgb(245,98,102); }

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