Html Css Color HEX #FF5273 Wild Watermelon

📋 copy color: '#FF5273'

red 255 ◦ green 82 ◦ blue 115

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

Shades of Wild Watermelon #FF5273

Tints of Wild Watermelon #FF5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 56.42%
G = 18.14%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF5273 (or 0xFF5273) is known color: Wild Watermelon. HEX triplet: FF, 52 and 73. RGB value is (255,82,115). Sum of RGB (Red+Green+Blue) = 255+82+115=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5273 is #00AD8C. Grayscale: #898989. Windows color (decimal): -44429 or 7557887. OLE color: 7557887.

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

Color convert

RGB 255 82 115 -
CMYK 0 0.68 0.55 0
HSL 348.55º 1% 0.66% -
HSV(B) 348.55º 0.68% 1% -
XYZ 47.35 28.53 19.23 -
YUV 137.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 255 82 115 0 0.68 0.55 0 348.55 1 0.66
Hex FF 52 73 0 44 37 0 15D 64 42
Octal 377 122 163 0 104 67 0 535 144 102
Binary 11111111 1010010 1110011 0 1000100 110111 0 101011101 1100100 1000010

Color Harmonies of #FF5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5273

Black with #FF5273

Text Example


Text Example

White with #FF5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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