Html Css Color HEX #FB5199 Brilliant Rose

📋 copy color: '#FB5199'

red 251 ◦ green 81 ◦ blue 153

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

Shades of Brilliant Rose #FB5199

Tints of Brilliant Rose #FB5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 51.75%
G = 16.7%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB5199 (or 0xFB5199) is known color: Brilliant Rose. HEX triplet: FB, 51 and 99. RGB value is (251,81,153). Sum of RGB (Red+Green+Blue) = 251+81+153=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5199 is #04AE66. Grayscale: #8B8B8B. Windows color (decimal): -306791 or 10047995. OLE color: 10047995.

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

Color convert

RGB 251 81 153 -
CMYK 0 0.68 0.39 0.02
HSL 334.59º 0.96% 0.65% -
HSV(B) 334.59º 0.68% 0.98% -
XYZ 48.48 28.69 33.12 -
YUV 140.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 251 81 153 0 0.68 0.39 0.02 334.59 0.96 0.65
Hex FB 51 99 0 44 27 2 14F 60 41
Octal 373 121 231 0 104 47 2 517 140 101
Binary 11111011 1010001 10011001 0 1000100 100111 10 101001111 1100000 1000001

Color Harmonies of #FB5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5199

Black with #FB5199

Text Example


Text Example

White with #FB5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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