Html Css Color HEX #FB49B1 Brilliant Rose

📋 copy color: '#FB49B1'

red 251 ◦ green 73 ◦ blue 177

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

Shades of Brilliant Rose #FB49B1

Tints of Brilliant Rose #FB49B1

RGB

 RED value IS 251 (98.44% from 255) = 50.1%

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

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

R = 50.1%
G = 14.57%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB49B1 (or 0xFB49B1) is known color: Brilliant Rose. HEX triplet: FB, 49 and B1. RGB value is (251,73,177). Sum of RGB (Red+Green+Blue) = 251+73+177=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49B1 is #04B64E. Grayscale: #898989. Windows color (decimal): -308815 or 11618811. OLE color: 11618811.

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

Color convert

RGB 251 73 177 -
CMYK 0 0.71 0.29 0.02
HSL 324.94º 0.96% 0.64% -
HSV(B) 324.94º 0.71% 0.98% -
XYZ 50.1 28.45 44.45 -
YUV 138.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 251 73 177 0 0.71 0.29 0.02 324.94 0.96 0.64
Hex FB 49 B1 0 47 1D 2 145 60 40
Octal 373 111 261 0 107 35 2 505 140 100
Binary 11111011 1001001 10110001 0 1000111 11101 10 101000101 1100000 1000000

Color Harmonies of #FB49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49B1

Black with #FB49B1

Text Example


Text Example

White with #FB49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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