Html Css Color HEX #FF5270 Wild Watermelon

📋 copy color: '#FF5270'

red 255 ◦ green 82 ◦ blue 112

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

Shades of Wild Watermelon #FF5270

Tints of Wild Watermelon #FF5270

RGB

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

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

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

R = 56.79%
G = 18.26%
B = 24.94%

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

#FF5270 (or 0xFF5270) is known color: Wild Watermelon. HEX triplet: FF, 52 and 70. RGB value is (255,82,112). Sum of RGB (Red+Green+Blue) = 255+82+112=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5270 is #00AD8F. Grayscale: #898989. Windows color (decimal): -44432 or 7361279. OLE color: 7361279.

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

Color convert

RGB 255 82 112 -
CMYK 0 0.68 0.56 0
HSL 349.6º 1% 0.66% -
HSV(B) 349.6º 0.68% 1% -
XYZ 47.18 28.46 18.34 -
YUV 137.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 255 82 112 0 0.68 0.56 0 349.6 1 0.66
Hex FF 52 70 0 44 38 0 15E 64 42
Octal 377 122 160 0 104 70 0 536 144 102
Binary 11111111 1010010 1110000 0 1000100 111000 0 101011110 1100100 1000010

Color Harmonies of #FF5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5270

Black with #FF5270

Text Example


Text Example

White with #FF5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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