Html Css Color HEX #FB49AB Brilliant Rose

📋 copy color: '#FB49AB'

red 251 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #FB49AB

Tints of Brilliant Rose #FB49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 50.71%
G = 14.75%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB49AB (or 0xFB49AB) is known color: Brilliant Rose. HEX triplet: FB, 49 and AB. RGB value is (251,73,171). Sum of RGB (Red+Green+Blue) = 251+73+171=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49AB is #04B654. Grayscale: #898989. Windows color (decimal): -308821 or 11225595. OLE color: 11225595.

HSL color Cylindrical-coordinate representation of color #FB49AB: hue angle of 326.97º 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 #FB49AB is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 171 -
CMYK 0 0.71 0.32 0.02
HSL 326.97º 0.96% 0.64% -
HSV(B) 326.97º 0.71% 0.98% -
XYZ 49.52 28.21 41.36 -
YUV 137.39 146.97 209.03 -
System Red Green Blue C M Y K H S L
Decimal 251 73 171 0 0.71 0.32 0.02 326.97 0.96 0.64
Hex FB 49 AB 0 47 20 2 147 60 40
Octal 373 111 253 0 107 40 2 507 140 100
Binary 11111011 1001001 10101011 0 1000111 100000 10 101000111 1100000 1000000

Color Harmonies of #FB49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49AB

Black with #FB49AB

Text Example


Text Example

White with #FB49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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