Html Css Color HEX #FB50BC Hot Pink

📋 copy color: '#FB50BC'

red 251 ◦ green 80 ◦ blue 188

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

Shades of Hot Pink #FB50BC

Tints of Hot Pink #FB50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 48.36%
G = 15.41%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB50BC (or 0xFB50BC) is known color: Hot Pink. HEX triplet: FB, 50 and BC. RGB value is (251,80,188). Sum of RGB (Red+Green+Blue) = 251+80+188=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50BC is #04AF43. Grayscale: #8F8F8F. Windows color (decimal): -307012 or 12341499. OLE color: 12341499.

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

Color convert

RGB 251 80 188 -
CMYK 0 0.68 0.25 0.02
HSL 322.11º 0.96% 0.65% -
HSV(B) 322.11º 0.68% 0.98% -
XYZ 51.73 29.88 50.62 -
YUV 143.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 251 80 188 0 0.68 0.25 0.02 322.11 0.96 0.65
Hex FB 50 BC 0 44 19 2 142 60 41
Octal 373 120 274 0 104 31 2 502 140 101
Binary 11111011 1010000 10111100 0 1000100 11001 10 101000010 1100000 1000001

Color Harmonies of #FB50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50BC

Black with #FB50BC

Text Example


Text Example

White with #FB50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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