Html Css Color HEX #FF5271 Wild Watermelon

📋 copy color: '#FF5271'

red 255 ◦ green 82 ◦ blue 113

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

Shades of Wild Watermelon #FF5271

Tints of Wild Watermelon #FF5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

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

R = 56.67%
G = 18.22%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5271 (or 0xFF5271) is known color: Wild Watermelon. HEX triplet: FF, 52 and 71. RGB value is (255,82,113). Sum of RGB (Red+Green+Blue) = 255+82+113=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5271 is #00AD8E. Grayscale: #898989. Windows color (decimal): -44431 or 7426815. OLE color: 7426815.

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

Color convert

RGB 255 82 113 -
CMYK 0 0.68 0.56 0
HSL 349.25º 1% 0.66% -
HSV(B) 349.25º 0.68% 1% -
XYZ 47.24 28.49 18.63 -
YUV 137.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 255 82 113 0 0.68 0.56 0 349.25 1 0.66
Hex FF 52 71 0 44 38 0 15D 64 42
Octal 377 122 161 0 104 70 0 535 144 102
Binary 11111111 1010010 1110001 0 1000100 111000 0 101011101 1100100 1000010

Color Harmonies of #FF5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5271

Black with #FF5271

Text Example


Text Example

White with #FF5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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