Html Css Color HEX #FF5377 Wild Watermelon

📋 copy color: '#FF5377'

red 255 ◦ green 83 ◦ blue 119

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

Shades of Wild Watermelon #FF5377

Tints of Wild Watermelon #FF5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 55.8%
G = 18.16%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF5377 (or 0xFF5377) is known color: Wild Watermelon. HEX triplet: FF, 53 and 77. RGB value is (255,83,119). Sum of RGB (Red+Green+Blue) = 255+83+119=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5377 is #00AC88. Grayscale: #8A8A8A. Windows color (decimal): -44169 or 7820287. OLE color: 7820287.

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

Color convert

RGB 255 83 119 -
CMYK 0 0.67 0.53 0
HSL 347.44º 1% 0.66% -
HSV(B) 347.44º 0.67% 1% -
XYZ 47.66 28.78 20.5 -
YUV 138.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 255 83 119 0 0.67 0.53 0 347.44 1 0.66
Hex FF 53 77 0 43 35 0 15B 64 42
Octal 377 123 167 0 103 65 0 533 144 102
Binary 11111111 1010011 1110111 0 1000011 110101 0 101011011 1100100 1000010

Color Harmonies of #FF5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5377

Black with #FF5377

Text Example


Text Example

White with #FF5377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5377; }

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

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

background-color css

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

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

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

border-color css

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

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

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