Html Css Color HEX #FF53BB Hot Pink

📋 copy color: '#FF53BB'

red 255 ◦ green 83 ◦ blue 187

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

Shades of Hot Pink #FF53BB

Tints of Hot Pink #FF53BB

RGB

 RED value IS 255 (100% from 255) = 48.57%

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 48.57%
G = 15.81%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF53BB (or 0xFF53BB) is known color: Hot Pink. HEX triplet: FF, 53 and BB. RGB value is (255,83,187). Sum of RGB (Red+Green+Blue) = 255+83+187=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53BB is #00AC44. Grayscale: #929292. Windows color (decimal): -44101 or 12276735. OLE color: 12276735.

HSL color Cylindrical-coordinate representation of color #FF53BB: hue angle of 323.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53BB is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 187 -
CMYK 0 0.67 0.27 0
HSL 323.72º 1% 0.66% -
HSV(B) 323.72º 0.67% 1% -
XYZ 53.3 31.03 50.19 -
YUV 146.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 255 83 187 0 0.67 0.27 0 323.72 1 0.66
Hex FF 53 BB 0 43 1B 0 144 64 42
Octal 377 123 273 0 103 33 0 504 144 102
Binary 11111111 1010011 10111011 0 1000011 11011 0 101000100 1100100 1000010

Color Harmonies of #FF53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53BB

Black with #FF53BB

Text Example


Text Example

White with #FF53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53BB; }

 p { color: rgb(255,83,187); }

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

background-color css

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

 a { background-color: rgb(255,83,187); }

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

border-color css

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

 span { border-color: rgb(255,83,187); }

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