Html Css Color HEX #FF5071 Wild Watermelon

📋 copy color: '#FF5071'

red 255 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #FF5071

Tints of Wild Watermelon #FF5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

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

R = 56.92%
G = 17.86%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5071 (or 0xFF5071) is known color: Wild Watermelon. HEX triplet: FF, 50 and 71. RGB value is (255,80,113). Sum of RGB (Red+Green+Blue) = 255+80+113=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5071 is #00AF8E. Grayscale: #888888. Windows color (decimal): -44943 or 7426303. OLE color: 7426303.

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

Color convert

RGB 255 80 113 -
CMYK 0 0.69 0.56 0
HSL 348.69º 1% 0.66% -
HSV(B) 348.69º 0.69% 1% -
XYZ 47.09 28.19 18.58 -
YUV 136.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 255 80 113 0 0.69 0.56 0 348.69 1 0.66
Hex FF 50 71 0 45 38 0 15D 64 42
Octal 377 120 161 0 105 70 0 535 144 102
Binary 11111111 1010000 1110001 0 1000101 111000 0 101011101 1100100 1000010

Color Harmonies of #FF5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5071

Black with #FF5071

Text Example


Text Example

White with #FF5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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