Html Css Color HEX #F55260 Wild Watermelon

📋 copy color: '#F55260'

red 245 ◦ green 82 ◦ blue 96

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

Shades of Wild Watermelon #F55260

Tints of Wild Watermelon #F55260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 57.92%
G = 19.39%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F55260 (or 0xF55260) is known color: Wild Watermelon. HEX triplet: F5, 52 and 60. RGB value is (245,82,96). Sum of RGB (Red+Green+Blue) = 245+82+96=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F55260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55260 is #0AAD9F. Grayscale: #848484. Windows color (decimal): -699808 or 6312693. OLE color: 6312693.

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

Color convert

RGB 245 82 96 -
CMYK 0 0.67 0.61 0.04
HSL 354.85º 0.89% 0.64% -
HSV(B) 354.85º 0.67% 0.96% -
XYZ 42.78 26.29 13.89 -
YUV 132.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 245 82 96 0 0.67 0.61 0.04 354.85 0.89 0.64
Hex F5 52 60 0 43 3D 4 163 59 40
Octal 365 122 140 0 103 75 4 543 131 100
Binary 11110101 1010010 1100000 0 1000011 111101 100 101100011 1011001 1000000

Color Harmonies of #F55260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55260

Black with #F55260

Text Example


Text Example

White with #F55260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55260; }

 p { color: rgb(245,82,96); }

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

background-color css

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

 a { background-color: rgb(245,82,96); }

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

border-color css

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

 span { border-color: rgb(245,82,96); }

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