Html Css Color HEX #FB49A0 Brilliant Rose

📋 copy color: '#FB49A0'

red 251 ◦ green 73 ◦ blue 160

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

Shades of Brilliant Rose #FB49A0

Tints of Brilliant Rose #FB49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 51.86%
G = 15.08%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB49A0 (or 0xFB49A0) is known color: Brilliant Rose. HEX triplet: FB, 49 and A0. RGB value is (251,73,160). Sum of RGB (Red+Green+Blue) = 251+73+160=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49A0 is #04B65F. Grayscale: #878787. Windows color (decimal): -308832 or 10504699. OLE color: 10504699.

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

Color convert

RGB 251 73 160 -
CMYK 0 0.71 0.36 0.02
HSL 330.67º 0.96% 0.64% -
HSV(B) 330.67º 0.71% 0.98% -
XYZ 48.51 27.81 36.07 -
YUV 136.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 251 73 160 0 0.71 0.36 0.02 330.67 0.96 0.64
Hex FB 49 A0 0 47 24 2 14B 60 40
Octal 373 111 240 0 107 44 2 513 140 100
Binary 11111011 1001001 10100000 0 1000111 100100 10 101001011 1100000 1000000

Color Harmonies of #FB49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49A0

Black with #FB49A0

Text Example


Text Example

White with #FB49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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