Html Css Color HEX #F5506C Wild Watermelon

📋 copy color: '#F5506C'

red 245 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #F5506C

Tints of Wild Watermelon #F5506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 56.58%
G = 18.48%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5506C (or 0xF5506C) is known color: Wild Watermelon. HEX triplet: F5, 50 and 6C. RGB value is (245,80,108). Sum of RGB (Red+Green+Blue) = 245+80+108=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5506C is #0AAF93. Grayscale: #848484. Windows color (decimal): -700308 or 7098613. OLE color: 7098613.

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

Color convert

RGB 245 80 108 -
CMYK 0 0.67 0.56 0.04
HSL 349.82º 0.89% 0.64% -
HSV(B) 349.82º 0.67% 0.96% -
XYZ 43.23 26.23 16.97 -
YUV 132.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 245 80 108 0 0.67 0.56 0.04 349.82 0.89 0.64
Hex F5 50 6C 0 43 38 4 15E 59 40
Octal 365 120 154 0 103 70 4 536 131 100
Binary 11110101 1010000 1101100 0 1000011 111000 100 101011110 1011001 1000000

Color Harmonies of #F5506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5506C

Black with #F5506C

Text Example


Text Example

White with #F5506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5506C; }

 p { color: rgb(245,80,108); }

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

background-color css

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

 a { background-color: rgb(245,80,108); }

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

border-color css

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

 span { border-color: rgb(245,80,108); }

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