Html Css Color HEX #FB5072 Wild Watermelon

📋 copy color: '#FB5072'

red 251 ◦ green 80 ◦ blue 114

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

Shades of Wild Watermelon #FB5072

Tints of Wild Watermelon #FB5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 56.4%
G = 17.98%
B = 25.62%

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

#FB5072 (or 0xFB5072) is known color: Wild Watermelon. HEX triplet: FB, 50 and 72. RGB value is (251,80,114). Sum of RGB (Red+Green+Blue) = 251+80+114=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5072 is #04AF8D. Grayscale: #878787. Windows color (decimal): -307086 or 7491835. OLE color: 7491835.

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

Color convert

RGB 251 80 114 -
CMYK 0 0.68 0.55 0.02
HSL 348.07º 0.96% 0.65% -
HSV(B) 348.07º 0.68% 0.98% -
XYZ 45.69 27.46 18.81 -
YUV 135.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 251 80 114 0 0.68 0.55 0.02 348.07 0.96 0.65
Hex FB 50 72 0 44 37 2 15C 60 41
Octal 373 120 162 0 104 67 2 534 140 101
Binary 11111011 1010000 1110010 0 1000100 110111 10 101011100 1100000 1000001

Color Harmonies of #FB5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5072

Black with #FB5072

Text Example


Text Example

White with #FB5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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