Html Css Color HEX #FF5BB0 Hot Pink

📋 copy color: '#FF5BB0'

red 255 ◦ green 91 ◦ blue 176

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

Shades of Hot Pink #FF5BB0

Tints of Hot Pink #FF5BB0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 48.85%
G = 17.43%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF5BB0 (or 0xFF5BB0) is known color: Hot Pink. HEX triplet: FF, 5B and B0. RGB value is (255,91,176). Sum of RGB (Red+Green+Blue) = 255+91+176=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BB0 is #00A44F. Grayscale: #959595. Windows color (decimal): -42064 or 11557887. OLE color: 11557887.

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

Color convert

RGB 255 91 176 -
CMYK 0 0.64 0.31 0
HSL 328.9º 1% 0.68% -
HSV(B) 328.9º 0.64% 1% -
XYZ 52.82 31.88 44.44 -
YUV 149.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 255 91 176 0 0.64 0.31 0 328.9 1 0.68
Hex FF 5B B0 0 40 1F 0 149 64 44
Octal 377 133 260 0 100 37 0 511 144 104
Binary 11111111 1011011 10110000 0 1000000 11111 0 101001001 1100100 1000100

Color Harmonies of #FF5BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5BB0

Black with #FF5BB0

Text Example


Text Example

White with #FF5BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5BB0; }

 p { color: rgb(255,91,176); }

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

background-color css

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

 a { background-color: rgb(255,91,176); }

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

border-color css

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

 span { border-color: rgb(255,91,176); }

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