Html Css Color HEX #FB5271 Wild Watermelon

📋 copy color: '#FB5271'

red 251 ◦ green 82 ◦ blue 113

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

Shades of Wild Watermelon #FB5271

Tints of Wild Watermelon #FB5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

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

R = 56.28%
G = 18.39%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB5271 (or 0xFB5271) is known color: Wild Watermelon. HEX triplet: FB, 52 and 71. RGB value is (251,82,113). Sum of RGB (Red+Green+Blue) = 251+82+113=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5271 is #04AD8E. Grayscale: #888888. Windows color (decimal): -306575 or 7426811. OLE color: 7426811.

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

Color convert

RGB 251 82 113 -
CMYK 0 0.67 0.55 0.02
HSL 348.99º 0.95% 0.65% -
HSV(B) 348.99º 0.67% 0.98% -
XYZ 45.78 27.74 18.56 -
YUV 136.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 251 82 113 0 0.67 0.55 0.02 348.99 0.95 0.65
Hex FB 52 71 0 43 37 2 15D 5F 41
Octal 373 122 161 0 103 67 2 535 137 101
Binary 11111011 1010010 1110001 0 1000011 110111 10 101011101 1011111 1000001

Color Harmonies of #FB5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5271

Black with #FB5271

Text Example


Text Example

White with #FB5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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