Html Css Color HEX #FB5076 Wild Watermelon

📋 copy color: '#FB5076'

red 251 ◦ green 80 ◦ blue 118

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

Shades of Wild Watermelon #FB5076

Tints of Wild Watermelon #FB5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 55.9%
G = 17.82%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB5076 (or 0xFB5076) is known color: Wild Watermelon. HEX triplet: FB, 50 and 76. RGB value is (251,80,118). Sum of RGB (Red+Green+Blue) = 251+80+118=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5076 is #04AF89. Grayscale: #878787. Windows color (decimal): -307082 or 7753979. OLE color: 7753979.

HSL color Cylindrical-coordinate representation of color #FB5076: hue angle of 346.67º 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 #FB5076 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 80 118 -
CMYK 0 0.68 0.53 0.02
HSL 346.67º 0.96% 0.65% -
HSV(B) 346.67º 0.68% 0.98% -
XYZ 45.92 27.55 20.04 -
YUV 135.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 251 80 118 0 0.68 0.53 0.02 346.67 0.96 0.65
Hex FB 50 76 0 44 35 2 15B 60 41
Octal 373 120 166 0 104 65 2 533 140 101
Binary 11111011 1010000 1110110 0 1000100 110101 10 101011011 1100000 1000001

Color Harmonies of #FB5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5076

Black with #FB5076

Text Example


Text Example

White with #FB5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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