Html Css Color HEX #FB50BE Hot Pink

📋 copy color: '#FB50BE'

red 251 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #FB50BE

Tints of Hot Pink #FB50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 48.18%
G = 15.36%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB50BE (or 0xFB50BE) is known color: Hot Pink. HEX triplet: FB, 50 and BE. RGB value is (251,80,190). Sum of RGB (Red+Green+Blue) = 251+80+190=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50BE is #04AF41. Grayscale: #8F8F8F. Windows color (decimal): -307010 or 12472571. OLE color: 12472571.

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

Color convert

RGB 251 80 190 -
CMYK 0 0.68 0.24 0.02
HSL 321.4º 0.96% 0.65% -
HSV(B) 321.4º 0.68% 0.98% -
XYZ 51.95 29.96 51.76 -
YUV 143.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 251 80 190 0 0.68 0.24 0.02 321.4 0.96 0.65
Hex FB 50 BE 0 44 18 2 141 60 41
Octal 373 120 276 0 104 30 2 501 140 101
Binary 11111011 1010000 10111110 0 1000100 11000 10 101000001 1100000 1000001

Color Harmonies of #FB50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50BE

Black with #FB50BE

Text Example


Text Example

White with #FB50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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