Html Css Color HEX #FF55B1 Brilliant Rose

📋 copy color: '#FF55B1'

red 255 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #FF55B1

Tints of Brilliant Rose #FF55B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 49.32%
G = 16.44%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF55B1 (or 0xFF55B1) is known color: Brilliant Rose. HEX triplet: FF, 55 and B1. RGB value is (255,85,177). Sum of RGB (Red+Green+Blue) = 255+85+177=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF55B1 is #00AA4E. Grayscale: #929292. Windows color (decimal): -43599 or 11621887. OLE color: 11621887.

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

Color convert

RGB 255 85 177 -
CMYK 0 0.67 0.31 0
HSL 327.53º 1% 0.67% -
HSV(B) 327.53º 0.67% 1% -
XYZ 52.42 30.93 44.8 -
YUV 146.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 255 85 177 0 0.67 0.31 0 327.53 1 0.67
Hex FF 55 B1 0 43 1F 0 148 64 43
Octal 377 125 261 0 103 37 0 510 144 103
Binary 11111111 1010101 10110001 0 1000011 11111 0 101001000 1100100 1000011

Color Harmonies of #FF55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55B1

Black with #FF55B1

Text Example


Text Example

White with #FF55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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