Html Css Color HEX #FF5573 Wild Watermelon

📋 copy color: '#FF5573'

red 255 ◦ green 85 ◦ blue 115

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

Shades of Wild Watermelon #FF5573

Tints of Wild Watermelon #FF5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.68%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 56.04%
G = 18.68%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF5573 (or 0xFF5573) is known color: Wild Watermelon. HEX triplet: FF, 55 and 73. RGB value is (255,85,115). Sum of RGB (Red+Green+Blue) = 255+85+115=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5573 is #00AA8C. Grayscale: #8B8B8B. Windows color (decimal): -43661 or 7558655. OLE color: 7558655.

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

Color convert

RGB 255 85 115 -
CMYK 0 0.67 0.55 0
HSL 349.41º 1% 0.67% -
HSV(B) 349.41º 0.67% 1% -
XYZ 47.58 28.99 19.31 -
YUV 139.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 255 85 115 0 0.67 0.55 0 349.41 1 0.67
Hex FF 55 73 0 43 37 0 15D 64 43
Octal 377 125 163 0 103 67 0 535 144 103
Binary 11111111 1010101 1110011 0 1000011 110111 0 101011101 1100100 1000011

Color Harmonies of #FF5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5573

Black with #FF5573

Text Example


Text Example

White with #FF5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5573; }

 p { color: rgb(255,85,115); }

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

background-color css

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

 a { background-color: rgb(255,85,115); }

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

border-color css

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

 span { border-color: rgb(255,85,115); }

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