Html Css Color HEX #FF5471 Wild Watermelon

📋 copy color: '#FF5471'

red 255 ◦ green 84 ◦ blue 113

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

Shades of Wild Watermelon #FF5471

Tints of Wild Watermelon #FF5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

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

R = 56.42%
G = 18.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5471 (or 0xFF5471) is known color: 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

RGB 255 84 113 -
CMYK 0 0.67 0.56 0
HSL 349.82º 1% 0.66% -
HSV(B) 349.82º 0.67% 1% -
XYZ 47.39 28.79 18.68 -
YUV 138.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 255 84 113 0 0.67 0.56 0 349.82 1 0.66
Hex FF 54 71 0 43 38 0 15E 64 42
Octal 377 124 161 0 103 70 0 536 144 102
Binary 11111111 1010100 1110001 0 1000011 111000 0 101011110 1100100 1000010

Color Harmonies of #FF5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5471

Black with #FF5471

Text Example


Text Example

White with #FF5471

Text Example


Text Example

HTML Codes & Css Web 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>