Html Css Color HEX #FB50AA Brilliant Rose

📋 copy color: '#FB50AA'

red 251 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #FB50AA

Tints of Brilliant Rose #FB50AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 50.1%
G = 15.97%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB50AA (or 0xFB50AA) is known color: Brilliant Rose. HEX triplet: FB, 50 and AA. RGB value is (251,80,170). Sum of RGB (Red+Green+Blue) = 251+80+170=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50AA is #04AF55. Grayscale: #8D8D8D. Windows color (decimal): -307030 or 11161851. OLE color: 11161851.

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

Color convert

RGB 251 80 170 -
CMYK 0 0.68 0.32 0.02
HSL 328.42º 0.96% 0.65% -
HSV(B) 328.42º 0.68% 0.98% -
XYZ 49.91 29.15 41.03 -
YUV 141.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 251 80 170 0 0.68 0.32 0.02 328.42 0.96 0.65
Hex FB 50 AA 0 44 20 2 148 60 41
Octal 373 120 252 0 104 40 2 510 140 101
Binary 11111011 1010000 10101010 0 1000100 100000 10 101001000 1100000 1000001

Color Harmonies of #FB50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50AA

Black with #FB50AA

Text Example


Text Example

White with #FB50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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