#FF5471

Color #FF5471 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FF5471

Tints of Wild Watermelon #FF5471

Color information

#FF5471 (or 0xFF5471) is unknown color: approx Wild Watermelon. HEX triplet: FF, 54 and 71. RGB value is (255,84,113). Sum of RGB (Red+Green+Blue) = 255+84+113=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5471 is #00AB8E. Grayscale: #8A8A8A. Windows color (decimal): -43919 or 7427327. OLE color: 7427327.

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

Color convert

RGB25584113-
CMYK00.670.560
HSL349.82º100%66.47%-
HSV(B)349.82º67.06%100%-
XYZ47.3928.7918.68-
YUV138.44113.65211.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.42%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 113 (44.53% from 255) = 25%
R=56.42%
G=18.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558411300.670.560349.8210066.47
HexFF547104338015e6442
Octal3771241610103700536144102
Binary111111111010100111000101000011111000010101111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5471; }

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

 H1.HeaderClassName
 {
   color: #FF5471;
 }
 .AnyTagClassName
 {
   color: #FF5471;
 }
</style>
background-color css

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

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

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

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

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

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