Html Css Color HEX #FF5BB5 Hot Pink

📋 copy color: '#FF5BB5'

red 255 ◦ green 91 ◦ blue 181

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

Shades of Hot Pink #FF5BB5

Tints of Hot Pink #FF5BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 48.39%
G = 17.27%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF5BB5 (or 0xFF5BB5) is known color: Hot Pink. HEX triplet: FF, 5B and B5. RGB value is (255,91,181). Sum of RGB (Red+Green+Blue) = 255+91+181=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BB5 is #00A44A. Grayscale: #969696. Windows color (decimal): -42059 or 11885567. OLE color: 11885567.

HSL color Cylindrical-coordinate representation of color #FF5BB5: hue angle of 327.07º 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 #FF5BB5 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 181 -
CMYK 0 0.64 0.29 0
HSL 327.07º 1% 0.68% -
HSV(B) 327.07º 0.64% 1% -
XYZ 53.32 32.08 47.1 -
YUV 150.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 255 91 181 0 0.64 0.29 0 327.07 1 0.68
Hex FF 5B B5 0 40 1D 0 147 64 44
Octal 377 133 265 0 100 35 0 507 144 104
Binary 11111111 1011011 10110101 0 1000000 11101 0 101000111 1100100 1000100

Color Harmonies of #FF5BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5BB5

Black with #FF5BB5

Text Example


Text Example

White with #FF5BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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