Html Css Color HEX #FB49AD Brilliant Rose

📋 copy color: '#FB49AD'

red 251 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #FB49AD

Tints of Brilliant Rose #FB49AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 50.5%
G = 14.69%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB49AD (or 0xFB49AD) is known color: Brilliant Rose. HEX triplet: FB, 49 and AD. RGB value is (251,73,173). Sum of RGB (Red+Green+Blue) = 251+73+173=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49AD is #04B652. Grayscale: #898989. Windows color (decimal): -308819 or 11356667. OLE color: 11356667.

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

Color convert

RGB 251 73 173 -
CMYK 0 0.71 0.31 0.02
HSL 326.29º 0.96% 0.64% -
HSV(B) 326.29º 0.71% 0.98% -
XYZ 49.71 28.29 42.38 -
YUV 137.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 251 73 173 0 0.71 0.31 0.02 326.29 0.96 0.64
Hex FB 49 AD 0 47 1F 2 146 60 40
Octal 373 111 255 0 107 37 2 506 140 100
Binary 11111011 1001001 10101101 0 1000111 11111 10 101000110 1100000 1000000

Color Harmonies of #FB49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49AD

Black with #FB49AD

Text Example


Text Example

White with #FB49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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