Html Css Color HEX #FB5071 Wild Watermelon

📋 copy color: '#FB5071'

red 251 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #FB5071

Tints of Wild Watermelon #FB5071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 56.53%
G = 18.02%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB5071 (or 0xFB5071) is known color: Wild Watermelon. HEX triplet: FB, 50 and 71. RGB value is (251,80,113). Sum of RGB (Red+Green+Blue) = 251+80+113=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5071 is #04AF8E. Grayscale: #868686. Windows color (decimal): -307087 or 7426299. OLE color: 7426299.

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

Color convert

RGB 251 80 113 -
CMYK 0 0.68 0.55 0.02
HSL 348.42º 0.96% 0.65% -
HSV(B) 348.42º 0.68% 0.98% -
XYZ 45.63 27.44 18.51 -
YUV 134.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 251 80 113 0 0.68 0.55 0.02 348.42 0.96 0.65
Hex FB 50 71 0 44 37 2 15C 60 41
Octal 373 120 161 0 104 67 2 534 140 101
Binary 11111011 1010000 1110001 0 1000100 110111 10 101011100 1100000 1000001

Color Harmonies of #FB5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5071

Black with #FB5071

Text Example


Text Example

White with #FB5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5071; }

 p { color: rgb(251,80,113); }

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

background-color css

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

 a { background-color: rgb(251,80,113); }

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

border-color css

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

 span { border-color: rgb(251,80,113); }

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