Html Css Color HEX #FF5B60 Wild Watermelon

📋 copy color: '#FF5B60'

red 255 ◦ green 91 ◦ blue 96

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

Shades of Wild Watermelon #FF5B60

Tints of Wild Watermelon #FF5B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 57.69%
G = 20.59%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF5B60 (or 0xFF5B60) is known color: Wild Watermelon. HEX triplet: FF, 5B and 60. RGB value is (255,91,96). Sum of RGB (Red+Green+Blue) = 255+91+96=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5B60 is #00A49F. Grayscale: #8C8C8C. Windows color (decimal): -42144 or 6315007. OLE color: 6315007.

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

Color convert

RGB 255 91 96 -
CMYK 0 0.64 0.62 0
HSL 358.17º 1% 0.68% -
HSV(B) 358.17º 0.64% 1% -
XYZ 47.09 29.59 14.3 -
YUV 140.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 255 91 96 0 0.64 0.62 0 358.17 1 0.68
Hex FF 5B 60 0 40 3E 0 166 64 44
Octal 377 133 140 0 100 76 0 546 144 104
Binary 11111111 1011011 1100000 0 1000000 111110 0 101100110 1100100 1000100

Color Harmonies of #FF5B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B60

Black with #FF5B60

Text Example


Text Example

White with #FF5B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B60; }

 p { color: rgb(255,91,96); }

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

background-color css

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

 a { background-color: rgb(255,91,96); }

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

border-color css

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

 span { border-color: rgb(255,91,96); }

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