Html Css Color HEX #FF5464 Wild Watermelon

📋 copy color: '#FF5464'

red 255 ◦ green 84 ◦ blue 100

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

Shades of Wild Watermelon #FF5464

Tints of Wild Watermelon #FF5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

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

R = 58.09%
G = 19.13%
B = 22.78%

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

#FF5464 (or 0xFF5464) is known color: Wild Watermelon. HEX triplet: FF, 54 and 64. RGB value is (255,84,100). Sum of RGB (Red+Green+Blue) = 255+84+100=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5464 is #00AB9B. Grayscale: #898989. Windows color (decimal): -43932 or 6575359. OLE color: 6575359.

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

Color convert

RGB 255 84 100 -
CMYK 0 0.67 0.61 0
HSL 354.39º 1% 0.66% -
HSV(B) 354.39º 0.67% 1% -
XYZ 46.71 28.52 15.1 -
YUV 136.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 255 84 100 0 0.67 0.61 0 354.39 1 0.66
Hex FF 54 64 0 43 3D 0 162 64 42
Octal 377 124 144 0 103 75 0 542 144 102
Binary 11111111 1010100 1100100 0 1000011 111101 0 101100010 1100100 1000010

Color Harmonies of #FF5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5464

Black with #FF5464

Text Example


Text Example

White with #FF5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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