Html Css Color HEX #F5517B Wild Watermelon

📋 copy color: '#F5517B'

red 245 ◦ green 81 ◦ blue 123

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

Shades of Wild Watermelon #F5517B

Tints of Wild Watermelon #F5517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 54.57%
G = 18.04%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5517B (or 0xF5517B) is known color: Wild Watermelon. HEX triplet: F5, 51 and 7B. RGB value is (245,81,123). Sum of RGB (Red+Green+Blue) = 245+81+123=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5517B is #0AAE84. Grayscale: #868686. Windows color (decimal): -700037 or 8081909. OLE color: 8081909.

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

Color convert

RGB 245 81 123 -
CMYK 0 0.67 0.50 0.04
HSL 344.63º 0.89% 0.64% -
HSV(B) 344.63º 0.67% 0.96% -
XYZ 44.17 26.73 21.57 -
YUV 134.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 245 81 123 0 0.67 0.50 0.04 344.63 0.89 0.64
Hex F5 51 7B 0 43 32 4 159 59 40
Octal 365 121 173 0 103 62 4 531 131 100
Binary 11110101 1010001 1111011 0 1000011 110010 100 101011001 1011001 1000000

Color Harmonies of #F5517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5517B

Black with #F5517B

Text Example


Text Example

White with #F5517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5517B; }

 p { color: rgb(245,81,123); }

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

background-color css

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

 a { background-color: rgb(245,81,123); }

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

border-color css

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

 span { border-color: rgb(245,81,123); }

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