Html Css Color HEX #FB50B0 Brilliant Rose

📋 copy color: '#FB50B0'

red 251 ◦ green 80 ◦ blue 176

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

Shades of Brilliant Rose #FB50B0

Tints of Brilliant Rose #FB50B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 49.51%
G = 15.78%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB50B0 (or 0xFB50B0) is known color: Brilliant Rose. HEX triplet: FB, 50 and B0. RGB value is (251,80,176). Sum of RGB (Red+Green+Blue) = 251+80+176=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50B0 is #04AF4F. Grayscale: #8D8D8D. Windows color (decimal): -307024 or 11555067. OLE color: 11555067.

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

Color convert

RGB 251 80 176 -
CMYK 0 0.68 0.30 0.02
HSL 326.32º 0.96% 0.65% -
HSV(B) 326.32º 0.68% 0.98% -
XYZ 50.49 29.38 44.08 -
YUV 142.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 251 80 176 0 0.68 0.30 0.02 326.32 0.96 0.65
Hex FB 50 B0 0 44 1E 2 146 60 41
Octal 373 120 260 0 104 36 2 506 140 101
Binary 11111011 1010000 10110000 0 1000100 11110 10 101000110 1100000 1000001

Color Harmonies of #FB50B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50B0

Black with #FB50B0

Text Example


Text Example

White with #FB50B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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