Html Css Color HEX #FB49AA Brilliant Rose

📋 copy color: '#FB49AA'

red 251 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #FB49AA

Tints of Brilliant Rose #FB49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 50.81%
G = 14.78%
B = 34.41%

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

#FB49AA (or 0xFB49AA) is known color: Brilliant Rose. HEX triplet: FB, 49 and AA. RGB value is (251,73,170). Sum of RGB (Red+Green+Blue) = 251+73+170=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49AA is #04B655. Grayscale: #898989. Windows color (decimal): -308822 or 11160059. OLE color: 11160059.

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

Color convert

RGB 251 73 170 -
CMYK 0 0.71 0.32 0.02
HSL 327.3º 0.96% 0.64% -
HSV(B) 327.3º 0.71% 0.98% -
XYZ 49.42 28.18 40.86 -
YUV 137.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 251 73 170 0 0.71 0.32 0.02 327.3 0.96 0.64
Hex FB 49 AA 0 47 20 2 147 60 40
Octal 373 111 252 0 107 40 2 507 140 100
Binary 11111011 1001001 10101010 0 1000111 100000 10 101000111 1100000 1000000

Color Harmonies of #FB49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49AA

Black with #FB49AA

Text Example


Text Example

White with #FB49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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