Html Css Color HEX #FB49A6 Brilliant Rose

📋 copy color: '#FB49A6'

red 251 ◦ green 73 ◦ blue 166

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

Shades of Brilliant Rose #FB49A6

Tints of Brilliant Rose #FB49A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.88%

R = 51.22%
G = 14.9%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB49A6 (or 0xFB49A6) is known color: Brilliant Rose. HEX triplet: FB, 49 and A6. RGB value is (251,73,166). Sum of RGB (Red+Green+Blue) = 251+73+166=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49A6 is #04B659. Grayscale: #888888. Windows color (decimal): -308826 or 10897915. OLE color: 10897915.

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

Color convert

RGB 251 73 166 -
CMYK 0 0.71 0.34 0.02
HSL 328.65º 0.96% 0.64% -
HSV(B) 328.65º 0.71% 0.98% -
XYZ 49.05 28.03 38.9 -
YUV 136.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 251 73 166 0 0.71 0.34 0.02 328.65 0.96 0.64
Hex FB 49 A6 0 47 22 2 149 60 40
Octal 373 111 246 0 107 42 2 511 140 100
Binary 11111011 1001001 10100110 0 1000111 100010 10 101001001 1100000 1000000

Color Harmonies of #FB49A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49A6

Black with #FB49A6

Text Example


Text Example

White with #FB49A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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