Html Css Color HEX #FB506F Wild Watermelon

📋 copy color: '#FB506F'

red 251 ◦ green 80 ◦ blue 111

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

Shades of Wild Watermelon #FB506F

Tints of Wild Watermelon #FB506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 56.79%
G = 18.1%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB506F (or 0xFB506F) is known color: Wild Watermelon. HEX triplet: FB, 50 and 6F. RGB value is (251,80,111). Sum of RGB (Red+Green+Blue) = 251+80+111=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB506F is #04AF90. Grayscale: #868686. Windows color (decimal): -307089 or 7295227. OLE color: 7295227.

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

Color convert

RGB 251 80 111 -
CMYK 0 0.68 0.56 0.02
HSL 349.12º 0.96% 0.65% -
HSV(B) 349.12º 0.68% 0.98% -
XYZ 45.52 27.39 17.93 -
YUV 134.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 251 80 111 0 0.68 0.56 0.02 349.12 0.96 0.65
Hex FB 50 6F 0 44 38 2 15D 60 41
Octal 373 120 157 0 104 70 2 535 140 101
Binary 11111011 1010000 1101111 0 1000100 111000 10 101011101 1100000 1000001

Color Harmonies of #FB506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB506F

Black with #FB506F

Text Example


Text Example

White with #FB506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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