Html Css Color HEX #FF49B1 Brilliant Rose

📋 copy color: '#FF49B1'

red 255 ◦ green 73 ◦ blue 177

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

Shades of Brilliant Rose #FF49B1

Tints of Brilliant Rose #FF49B1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.46%

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

R = 50.5%
G = 14.46%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF49B1 (or 0xFF49B1) is known color: Brilliant Rose. HEX triplet: FF, 49 and B1. RGB value is (255,73,177). Sum of RGB (Red+Green+Blue) = 255+73+177=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49B1 is #00B64E. Grayscale: #8B8B8B. Windows color (decimal): -46671 or 11618815. OLE color: 11618815.

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

Color convert

RGB 255 73 177 -
CMYK 0 0.71 0.31 0
HSL 325.71º 1% 0.64% -
HSV(B) 325.71º 0.71% 1% -
XYZ 51.56 29.2 44.51 -
YUV 139.27 149.3 210.54 -
System Red Green Blue C M Y K H S L
Decimal 255 73 177 0 0.71 0.31 0 325.71 1 0.64
Hex FF 49 B1 0 47 1F 0 146 64 40
Octal 377 111 261 0 107 37 0 506 144 100
Binary 11111111 1001001 10110001 0 1000111 11111 0 101000110 1100100 1000000

Color Harmonies of #FF49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49B1

Black with #FF49B1

Text Example


Text Example

White with #FF49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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