Html Css Color HEX #FF5064 Wild Watermelon

📋 copy color: '#FF5064'

red 255 ◦ green 80 ◦ blue 100

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

Shades of Wild Watermelon #FF5064

Tints of Wild Watermelon #FF5064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 58.62%
G = 18.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF5064 (or 0xFF5064) is known color: Wild Watermelon. HEX triplet: FF, 50 and 64. RGB value is (255,80,100). Sum of RGB (Red+Green+Blue) = 255+80+100=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5064 is #00AF9B. Grayscale: #868686. Windows color (decimal): -44956 or 6574335. OLE color: 6574335.

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

Color convert

RGB 255 80 100 -
CMYK 0 0.69 0.61 0
HSL 353.14º 1% 0.66% -
HSV(B) 353.14º 0.69% 1% -
XYZ 46.41 27.92 15 -
YUV 134.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 255 80 100 0 0.69 0.61 0 353.14 1 0.66
Hex FF 50 64 0 45 3D 0 161 64 42
Octal 377 120 144 0 105 75 0 541 144 102
Binary 11111111 1010000 1100100 0 1000101 111101 0 101100001 1100100 1000010

Color Harmonies of #FF5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5064

Black with #FF5064

Text Example


Text Example

White with #FF5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5064; }

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

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

background-color css

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

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

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

border-color css

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

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

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