Html Css Color HEX #F5616A Wild Watermelon

📋 copy color: '#F5616A'

red 245 ◦ green 97 ◦ blue 106

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

Shades of Wild Watermelon #F5616A

Tints of Wild Watermelon #F5616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 54.69%
G = 21.65%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5616A (or 0xF5616A) is known color: Wild Watermelon. HEX triplet: F5, 61 and 6A. RGB value is (245,97,106). Sum of RGB (Red+Green+Blue) = 245+97+106=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5616A is #0A9E95. Grayscale: #8E8E8E. Windows color (decimal): -695958 or 6971893. OLE color: 6971893.

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

Color convert

RGB 245 97 106 -
CMYK 0 0.60 0.57 0.04
HSL 356.35º 0.88% 0.67% -
HSV(B) 356.35º 0.6% 0.96% -
XYZ 44.53 29 16.89 -
YUV 142.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 245 97 106 0 0.60 0.57 0.04 356.35 0.88 0.67
Hex F5 61 6A 0 3C 39 4 164 58 43
Octal 365 141 152 0 74 71 4 544 130 103
Binary 11110101 1100001 1101010 0 111100 111001 100 101100100 1011000 1000011

Color Harmonies of #F5616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5616A

Black with #F5616A

Text Example


Text Example

White with #F5616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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