Html Css Color HEX #FB5E60 Wild Watermelon

📋 copy color: '#FB5E60'

red 251 ◦ green 94 ◦ blue 96

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

Shades of Wild Watermelon #FB5E60

Tints of Wild Watermelon #FB5E60

RGB

 RED value IS 251 (98.44% from 255) = 56.92%

 GREEN value IS 94 (37.11% from 255) = 21.32%

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

R = 56.92%
G = 21.32%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB5E60 (or 0xFB5E60) is known color: Wild Watermelon. HEX triplet: FB, 5E and 60. RGB value is (251,94,96). Sum of RGB (Red+Green+Blue) = 251+94+96=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E60 is #04A19F. Grayscale: #8D8D8D. Windows color (decimal): -303520 or 6315771. OLE color: 6315771.

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

Color convert

RGB 251 94 96 -
CMYK 0 0.63 0.62 0.02
HSL 359.24º 0.95% 0.68% -
HSV(B) 359.24º 0.63% 0.98% -
XYZ 45.9 29.36 14.31 -
YUV 141.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 251 94 96 0 0.63 0.62 0.02 359.24 0.95 0.68
Hex FB 5E 60 0 3F 3E 2 167 5F 44
Octal 373 136 140 0 77 76 2 547 137 104
Binary 11111011 1011110 1100000 0 111111 111110 10 101100111 1011111 1000100

Color Harmonies of #FB5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E60

Black with #FB5E60

Text Example


Text Example

White with #FB5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E60; }

 p { color: rgb(251,94,96); }

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

background-color css

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

 a { background-color: rgb(251,94,96); }

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

border-color css

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

 span { border-color: rgb(251,94,96); }

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