Html Css Color HEX #FB48AB Brilliant Rose

📋 copy color: '#FB48AB'

red 251 ◦ green 72 ◦ blue 171

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

Shades of Brilliant Rose #FB48AB

Tints of Brilliant Rose #FB48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.57%

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

R = 50.81%
G = 14.57%
B = 34.62%

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

#FB48AB (or 0xFB48AB) is known color: Brilliant Rose. HEX triplet: FB, 48 and AB. RGB value is (251,72,171). Sum of RGB (Red+Green+Blue) = 251+72+171=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB48AB is #04B754. Grayscale: #888888. Windows color (decimal): -309077 or 11225339. OLE color: 11225339.

HSL color Cylindrical-coordinate representation of color #FB48AB: hue angle of 326.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB48AB is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 72 171 -
CMYK 0 0.71 0.32 0.02
HSL 326.82º 0.96% 0.63% -
HSV(B) 326.82º 0.71% 0.98% -
XYZ 49.45 28.08 41.34 -
YUV 136.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 251 72 171 0 0.71 0.32 0.02 326.82 0.96 0.63
Hex FB 48 AB 0 47 20 2 147 60 3F
Octal 373 110 253 0 107 40 2 507 140 77
Binary 11111011 1001000 10101011 0 1000111 100000 10 101000111 1100000 111111

Color Harmonies of #FB48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48AB

Black with #FB48AB

Text Example


Text Example

White with #FB48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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