Html Css Color HEX #FF55BB Hot Pink

📋 copy color: '#FF55BB'

red 255 ◦ green 85 ◦ blue 187

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

Shades of Hot Pink #FF55BB

Tints of Hot Pink #FF55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.13%

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

R = 48.39%
G = 16.13%
B = 35.48%

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

#FF55BB (or 0xFF55BB) is known color: Hot Pink. HEX triplet: FF, 55 and BB. RGB value is (255,85,187). Sum of RGB (Red+Green+Blue) = 255+85+187=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55BB is #00AA44. Grayscale: #939393. Windows color (decimal): -43589 or 12277247. OLE color: 12277247.

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

Color convert

RGB 255 85 187 -
CMYK 0 0.67 0.27 0
HSL 324º 1% 0.67% -
HSV(B) 324º 0.67% 1% -
XYZ 53.46 31.34 50.25 -
YUV 147.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 255 85 187 0 0.67 0.27 0 324 1 0.67
Hex FF 55 BB 0 43 1B 0 144 64 43
Octal 377 125 273 0 103 33 0 504 144 103
Binary 11111111 1010101 10111011 0 1000011 11011 0 101000100 1100100 1000011

Color Harmonies of #FF55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55BB

Black with #FF55BB

Text Example


Text Example

White with #FF55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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