Html Css Color HEX #FF55B8 Hot Pink

📋 copy color: '#FF55B8'

red 255 ◦ green 85 ◦ blue 184

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

Shades of Hot Pink #FF55B8

Tints of Hot Pink #FF55B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 48.66%
G = 16.22%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF55B8 (or 0xFF55B8) is known color: Hot Pink. HEX triplet: FF, 55 and B8. RGB value is (255,85,184). Sum of RGB (Red+Green+Blue) = 255+85+184=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55B8 is #00AA47. Grayscale: #929292. Windows color (decimal): -43592 or 12080639. OLE color: 12080639.

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

Color convert

RGB 255 85 184 -
CMYK 0 0.67 0.28 0
HSL 325.06º 1% 0.67% -
HSV(B) 325.06º 0.67% 1% -
XYZ 53.14 31.22 48.57 -
YUV 147.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 255 85 184 0 0.67 0.28 0 325.06 1 0.67
Hex FF 55 B8 0 43 1C 0 145 64 43
Octal 377 125 270 0 103 34 0 505 144 103
Binary 11111111 1010101 10111000 0 1000011 11100 0 101000101 1100100 1000011

Color Harmonies of #FF55B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55B8

Black with #FF55B8

Text Example


Text Example

White with #FF55B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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