Html Css Color HEX #FB51B2 Brilliant Rose

📋 copy color: '#FB51B2'

red 251 ◦ green 81 ◦ blue 178

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

Shades of Brilliant Rose #FB51B2

Tints of Brilliant Rose #FB51B2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.88%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 49.22%
G = 15.88%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB51B2 (or 0xFB51B2) is known color: Brilliant Rose. HEX triplet: FB, 51 and B2. RGB value is (251,81,178). Sum of RGB (Red+Green+Blue) = 251+81+178=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB51B2 is #04AE4D. Grayscale: #8E8E8E. Windows color (decimal): -306766 or 11686395. OLE color: 11686395.

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

Color convert

RGB 251 81 178 -
CMYK 0 0.68 0.29 0.02
HSL 325.76º 0.96% 0.65% -
HSV(B) 325.76º 0.68% 0.98% -
XYZ 50.76 29.61 45.16 -
YUV 142.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 251 81 178 0 0.68 0.29 0.02 325.76 0.96 0.65
Hex FB 51 B2 0 44 1D 2 146 60 41
Octal 373 121 262 0 104 35 2 506 140 101
Binary 11111011 1010001 10110010 0 1000100 11101 10 101000110 1100000 1000001

Color Harmonies of #FB51B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51B2

Black with #FB51B2

Text Example


Text Example

White with #FB51B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51B2; }

 p { color: rgb(251,81,178); }

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

background-color css

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

 a { background-color: rgb(251,81,178); }

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

border-color css

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

 span { border-color: rgb(251,81,178); }

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