Html Css Color HEX #FB53B9 Hot Pink

📋 copy color: '#FB53B9'

red 251 ◦ green 83 ◦ blue 185

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

Shades of Hot Pink #FB53B9

Tints of Hot Pink #FB53B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 48.36%
G = 15.99%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB53B9 (or 0xFB53B9) is known color: Hot Pink. HEX triplet: FB, 53 and B9. RGB value is (251,83,185). Sum of RGB (Red+Green+Blue) = 251+83+185=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53B9 is #04AC46. Grayscale: #909090. Windows color (decimal): -306247 or 12145659. OLE color: 12145659.

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

Color convert

RGB 251 83 185 -
CMYK 0 0.67 0.26 0.02
HSL 323.57º 0.95% 0.65% -
HSV(B) 323.57º 0.67% 0.98% -
XYZ 51.63 30.2 49.01 -
YUV 144.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 251 83 185 0 0.67 0.26 0.02 323.57 0.95 0.65
Hex FB 53 B9 0 43 1A 2 144 5F 41
Octal 373 123 271 0 103 32 2 504 137 101
Binary 11111011 1010011 10111001 0 1000011 11010 10 101000100 1011111 1000001

Color Harmonies of #FB53B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53B9

Black with #FB53B9

Text Example


Text Example

White with #FB53B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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