Html Css Color HEX #FB5BA1 Brilliant Rose

📋 copy color: '#FB5BA1'

red 251 ◦ green 91 ◦ blue 161

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

Shades of Brilliant Rose #FB5BA1

Tints of Brilliant Rose #FB5BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 49.9%
G = 18.09%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB5BA1 (or 0xFB5BA1) is known color: Brilliant Rose. HEX triplet: FB, 5B and A1. RGB value is (251,91,161). Sum of RGB (Red+Green+Blue) = 251+91+161=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BA1 is #04A45E. Grayscale: #929292. Windows color (decimal): -304223 or 10574843. OLE color: 10574843.

HSL color Cylindrical-coordinate representation of color #FB5BA1: hue angle of 333.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 91 161 -
CMYK 0 0.64 0.36 0.02
HSL 333.75º 0.95% 0.67% -
HSV(B) 333.75º 0.64% 0.98% -
XYZ 49.96 30.56 36.98 -
YUV 146.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 251 91 161 0 0.64 0.36 0.02 333.75 0.95 0.67
Hex FB 5B A1 0 40 24 2 14E 5F 43
Octal 373 133 241 0 100 44 2 516 137 103
Binary 11111011 1011011 10100001 0 1000000 100100 10 101001110 1011111 1000011

Color Harmonies of #FB5BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BA1

Black with #FB5BA1

Text Example


Text Example

White with #FB5BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BA1; }

 p { color: rgb(251,91,161); }

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

background-color css

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

 a { background-color: rgb(251,91,161); }

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

border-color css

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

 span { border-color: rgb(251,91,161); }

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