Html Css Color HEX #F56267 Wild Watermelon

📋 copy color: '#F56267'

red 245 ◦ green 98 ◦ blue 103

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

Shades of Wild Watermelon #F56267

Tints of Wild Watermelon #F56267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.09%

R = 54.93%
G = 21.97%
B = 23.09%

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

#F56267 (or 0xF56267) is known color: Wild Watermelon. HEX triplet: F5, 62 and 67. RGB value is (245,98,103). Sum of RGB (Red+Green+Blue) = 245+98+103=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F56267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56267 is #0A9D98. Grayscale: #8E8E8E. Windows color (decimal): -695705 or 6775541. OLE color: 6775541.

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

Color convert

RGB 245 98 103 -
CMYK 0 0.6 0.58 0.04
HSL 357.96º 0.88% 0.67% -
HSV(B) 357.96º 0.6% 0.96% -
XYZ 44.47 29.13 16.11 -
YUV 142.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 245 98 103 0 0.6 0.58 0.04 357.96 0.88 0.67
Hex F5 62 67 0 3C 3A 4 166 58 43
Octal 365 142 147 0 74 72 4 546 130 103
Binary 11110101 1100010 1100111 0 111100 111010 100 101100110 1011000 1000011

Color Harmonies of #F56267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56267

Black with #F56267

Text Example


Text Example

White with #F56267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56267; }

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

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

background-color css

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

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

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

border-color css

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

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

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