Html Css Color HEX #FB537F Wild Watermelon

📋 copy color: '#FB537F'

red 251 ◦ green 83 ◦ blue 127

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

Shades of Wild Watermelon #FB537F

Tints of Wild Watermelon #FB537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 54.45%
G = 18%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB537F (or 0xFB537F) is known color: Wild Watermelon. HEX triplet: FB, 53 and 7F. RGB value is (251,83,127). Sum of RGB (Red+Green+Blue) = 251+83+127=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB537F is #04AC80. Grayscale: #8A8A8A. Windows color (decimal): -306305 or 8344571. OLE color: 8344571.

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

Color convert

RGB 251 83 127 -
CMYK 0 0.67 0.49 0.02
HSL 344.29º 0.95% 0.65% -
HSV(B) 344.29º 0.67% 0.98% -
XYZ 46.71 28.23 23.07 -
YUV 138.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 251 83 127 0 0.67 0.49 0.02 344.29 0.95 0.65
Hex FB 53 7F 0 43 31 2 158 5F 41
Octal 373 123 177 0 103 61 2 530 137 101
Binary 11111011 1010011 1111111 0 1000011 110001 10 101011000 1011111 1000001

Color Harmonies of #FB537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB537F

Black with #FB537F

Text Example


Text Example

White with #FB537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB537F; }

 p { color: rgb(251,83,127); }

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

background-color css

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

 a { background-color: rgb(251,83,127); }

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

border-color css

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

 span { border-color: rgb(251,83,127); }

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