Html Css Color HEX #FF5470 Wild Watermelon

📋 copy color: '#FF5470'

red 255 ◦ green 84 ◦ blue 112

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

Shades of Wild Watermelon #FF5470

Tints of Wild Watermelon #FF5470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 56.54%
G = 18.63%
B = 24.83%

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

#FF5470 (or 0xFF5470) is known color: Wild Watermelon. HEX triplet: FF, 54 and 70. RGB value is (255,84,112). Sum of RGB (Red+Green+Blue) = 255+84+112=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5470 is #00AB8F. Grayscale: #8A8A8A. Windows color (decimal): -43920 or 7361791. OLE color: 7361791.

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

Color convert

RGB 255 84 112 -
CMYK 0 0.67 0.56 0
HSL 350.18º 1% 0.66% -
HSV(B) 350.18º 0.67% 1% -
XYZ 47.33 28.77 18.39 -
YUV 138.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 255 84 112 0 0.67 0.56 0 350.18 1 0.66
Hex FF 54 70 0 43 38 0 15E 64 42
Octal 377 124 160 0 103 70 0 536 144 102
Binary 11111111 1010100 1110000 0 1000011 111000 0 101011110 1100100 1000010

Color Harmonies of #FF5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5470

Black with #FF5470

Text Example


Text Example

White with #FF5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5470; }

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

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

background-color css

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

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

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

border-color css

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

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

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