Html Css Color HEX #FF5073 Wild Watermelon

📋 copy color: '#FF5073'

red 255 ◦ green 80 ◦ blue 115

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

Shades of Wild Watermelon #FF5073

Tints of Wild Watermelon #FF5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 56.67%
G = 17.78%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF5073 (or 0xFF5073) is known color: Wild Watermelon. HEX triplet: FF, 50 and 73. RGB value is (255,80,115). Sum of RGB (Red+Green+Blue) = 255+80+115=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5073 is #00AF8C. Grayscale: #888888. Windows color (decimal): -44941 or 7557375. OLE color: 7557375.

HSL color Cylindrical-coordinate representation of color #FF5073: hue angle of 348º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5073 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 115 -
CMYK 0 0.69 0.55 0
HSL 348º 1% 0.66% -
HSV(B) 348º 0.69% 1% -
XYZ 47.2 28.24 19.18 -
YUV 136.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 255 80 115 0 0.69 0.55 0 348 1 0.66
Hex FF 50 73 0 45 37 0 15C 64 42
Octal 377 120 163 0 105 67 0 534 144 102
Binary 11111111 1010000 1110011 0 1000101 110111 0 101011100 1100100 1000010

Color Harmonies of #FF5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5073

Black with #FF5073

Text Example


Text Example

White with #FF5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5073; }

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

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

background-color css

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

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

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

border-color css

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

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

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