Html Css Color HEX #F5616C Wild Watermelon

📋 copy color: '#F5616C'

red 245 ◦ green 97 ◦ blue 108

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

Shades of Wild Watermelon #F5616C

Tints of Wild Watermelon #F5616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.56%

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

R = 54.44%
G = 21.56%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5616C (or 0xF5616C) is known color: Wild Watermelon. HEX triplet: F5, 61 and 6C. RGB value is (245,97,108). Sum of RGB (Red+Green+Blue) = 245+97+108=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5616C is #0A9E93. Grayscale: #8E8E8E. Windows color (decimal): -695956 or 7102965. OLE color: 7102965.

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

Color convert

RGB 245 97 108 -
CMYK 0 0.60 0.56 0.04
HSL 355.54º 0.88% 0.67% -
HSV(B) 355.54º 0.6% 0.96% -
XYZ 44.64 29.04 17.44 -
YUV 142.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 245 97 108 0 0.60 0.56 0.04 355.54 0.88 0.67
Hex F5 61 6C 0 3C 38 4 164 58 43
Octal 365 141 154 0 74 70 4 544 130 103
Binary 11110101 1100001 1101100 0 111100 111000 100 101100100 1011000 1000011

Color Harmonies of #F5616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5616C

Black with #F5616C

Text Example


Text Example

White with #F5616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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