Html Css Color HEX #FB58BA Hot Pink

📋 copy color: '#FB58BA'

red 251 ◦ green 88 ◦ blue 186

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

Shades of Hot Pink #FB58BA

Tints of Hot Pink #FB58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.76%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 47.81%
G = 16.76%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB58BA (or 0xFB58BA) is known color: Hot Pink. HEX triplet: FB, 58 and BA. RGB value is (251,88,186). Sum of RGB (Red+Green+Blue) = 251+88+186=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58BA is #04A745. Grayscale: #939393. Windows color (decimal): -304966 or 12212475. OLE color: 12212475.

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

Color convert

RGB 251 88 186 -
CMYK 0 0.65 0.26 0.02
HSL 323.93º 0.95% 0.66% -
HSV(B) 323.93º 0.65% 0.98% -
XYZ 52.14 31.03 49.7 -
YUV 147.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 251 88 186 0 0.65 0.26 0.02 323.93 0.95 0.66
Hex FB 58 BA 0 41 1A 2 144 5F 42
Octal 373 130 272 0 101 32 2 504 137 102
Binary 11111011 1011000 10111010 0 1000001 11010 10 101000100 1011111 1000010

Color Harmonies of #FB58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58BA

Black with #FB58BA

Text Example


Text Example

White with #FB58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58BA; }

 p { color: rgb(251,88,186); }

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

background-color css

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

 a { background-color: rgb(251,88,186); }

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

border-color css

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

 span { border-color: rgb(251,88,186); }

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