Html Css Color HEX #FB50A1 Brilliant Rose

📋 copy color: '#FB50A1'

red 251 ◦ green 80 ◦ blue 161

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

Shades of Brilliant Rose #FB50A1

Tints of Brilliant Rose #FB50A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

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

R = 51.02%
G = 16.26%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB50A1 (or 0xFB50A1) is known color: Brilliant Rose. HEX triplet: FB, 50 and A1. RGB value is (251,80,161). Sum of RGB (Red+Green+Blue) = 251+80+161=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50A1 is #04AF5E. Grayscale: #8C8C8C. Windows color (decimal): -307039 or 10572027. OLE color: 10572027.

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

Color convert

RGB 251 80 161 -
CMYK 0 0.68 0.36 0.02
HSL 331.58º 0.96% 0.65% -
HSV(B) 331.58º 0.68% 0.98% -
XYZ 49.09 28.82 36.69 -
YUV 140.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 251 80 161 0 0.68 0.36 0.02 331.58 0.96 0.65
Hex FB 50 A1 0 44 24 2 14C 60 41
Octal 373 120 241 0 104 44 2 514 140 101
Binary 11111011 1010000 10100001 0 1000100 100100 10 101001100 1100000 1000001

Color Harmonies of #FB50A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50A1

Black with #FB50A1

Text Example


Text Example

White with #FB50A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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