Html Css Color HEX #FB53B8 Hot Pink

📋 copy color: '#FB53B8'

red 251 ◦ green 83 ◦ blue 184

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

Shades of Hot Pink #FB53B8

Tints of Hot Pink #FB53B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 48.46%
G = 16.02%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB53B8 (or 0xFB53B8) is known color: Hot Pink. HEX triplet: FB, 53 and B8. RGB value is (251,83,184). Sum of RGB (Red+Green+Blue) = 251+83+184=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53B8 is #04AC47. Grayscale: #909090. Windows color (decimal): -306248 or 12080123. OLE color: 12080123.

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

Color convert

RGB 251 83 184 -
CMYK 0 0.67 0.27 0.02
HSL 323.93º 0.95% 0.65% -
HSV(B) 323.93º 0.67% 0.98% -
XYZ 51.53 30.16 48.45 -
YUV 144.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 251 83 184 0 0.67 0.27 0.02 323.93 0.95 0.65
Hex FB 53 B8 0 43 1B 2 144 5F 41
Octal 373 123 270 0 103 33 2 504 137 101
Binary 11111011 1010011 10111000 0 1000011 11011 10 101000100 1011111 1000001

Color Harmonies of #FB53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53B8

Black with #FB53B8

Text Example


Text Example

White with #FB53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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