Html Css Color HEX #FF5564 Wild Watermelon

📋 copy color: '#FF5564'

red 255 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #FF5564

Tints of Wild Watermelon #FF5564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

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

R = 57.95%
G = 19.32%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF5564 (or 0xFF5564) is known color: Wild Watermelon. HEX triplet: FF, 55 and 64. RGB value is (255,85,100). Sum of RGB (Red+Green+Blue) = 255+85+100=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5564 is #00AA9B. Grayscale: #898989. Windows color (decimal): -43676 or 6575615. OLE color: 6575615.

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

Color convert

RGB 255 85 100 -
CMYK 0 0.67 0.61 0
HSL 354.71º 1% 0.67% -
HSV(B) 354.71º 0.67% 1% -
XYZ 46.79 28.68 15.13 -
YUV 137.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 255 85 100 0 0.67 0.61 0 354.71 1 0.67
Hex FF 55 64 0 43 3D 0 163 64 43
Octal 377 125 144 0 103 75 0 543 144 103
Binary 11111111 1010101 1100100 0 1000011 111101 0 101100011 1100100 1000011

Color Harmonies of #FF5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5564

Black with #FF5564

Text Example


Text Example

White with #FF5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5564; }

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

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

background-color css

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

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

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

border-color css

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

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

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