Html Css Color HEX #F5537D Wild Watermelon

📋 copy color: '#F5537D'

red 245 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #F5537D

Tints of Wild Watermelon #F5537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.32%

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 54.08%
G = 18.32%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5537D (or 0xF5537D) is known color: Wild Watermelon. HEX triplet: F5, 53 and 7D. RGB value is (245,83,125). Sum of RGB (Red+Green+Blue) = 245+83+125=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537D is #0AAC82. Grayscale: #888888. Windows color (decimal): -699523 or 8213493. OLE color: 8213493.

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

Color convert

RGB 245 83 125 -
CMYK 0 0.66 0.49 0.04
HSL 344.44º 0.89% 0.64% -
HSV(B) 344.44º 0.66% 0.96% -
XYZ 44.45 27.08 22.29 -
YUV 136.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 245 83 125 0 0.66 0.49 0.04 344.44 0.89 0.64
Hex F5 53 7D 0 42 31 4 158 59 40
Octal 365 123 175 0 102 61 4 530 131 100
Binary 11110101 1010011 1111101 0 1000010 110001 100 101011000 1011001 1000000

Color Harmonies of #F5537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5537D

Black with #F5537D

Text Example


Text Example

White with #F5537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5537D; }

 p { color: rgb(245,83,125); }

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

background-color css

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

 a { background-color: rgb(245,83,125); }

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

border-color css

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

 span { border-color: rgb(245,83,125); }

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