Html Css Color HEX #FF5371 Wild Watermelon

📋 copy color: '#FF5371'

red 255 ◦ green 83 ◦ blue 113

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

Shades of Wild Watermelon #FF5371

Tints of Wild Watermelon #FF5371

RGB

 RED value IS 255 (100% from 255) = 56.54%

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

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 56.54%
G = 18.4%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5371 (or 0xFF5371) is known color: Wild Watermelon. HEX triplet: FF, 53 and 71. RGB value is (255,83,113). Sum of RGB (Red+Green+Blue) = 255+83+113=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5371 is #00AC8E. Grayscale: #898989. Windows color (decimal): -44175 or 7427071. OLE color: 7427071.

HSL color Cylindrical-coordinate representation of color #FF5371: hue angle of 349.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5371 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 113 -
CMYK 0 0.67 0.56 0
HSL 349.53º 1% 0.66% -
HSV(B) 349.53º 0.67% 1% -
XYZ 47.31 28.64 18.66 -
YUV 137.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 255 83 113 0 0.67 0.56 0 349.53 1 0.66
Hex FF 53 71 0 43 38 0 15E 64 42
Octal 377 123 161 0 103 70 0 536 144 102
Binary 11111111 1010011 1110001 0 1000011 111000 0 101011110 1100100 1000010

Color Harmonies of #FF5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5371

Black with #FF5371

Text Example


Text Example

White with #FF5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5371; }

 p { color: rgb(255,83,113); }

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

background-color css

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

 a { background-color: rgb(255,83,113); }

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

border-color css

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

 span { border-color: rgb(255,83,113); }

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