Html Css Color HEX #FB5097 Brilliant Rose

📋 copy color: '#FB5097'

red 251 ◦ green 80 ◦ blue 151

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

Shades of Brilliant Rose #FB5097

Tints of Brilliant Rose #FB5097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 52.07%
G = 16.6%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB5097 (or 0xFB5097) is known color: Brilliant Rose. HEX triplet: FB, 50 and 97. RGB value is (251,80,151). Sum of RGB (Red+Green+Blue) = 251+80+151=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5097 is #04AF68. Grayscale: #8B8B8B. Windows color (decimal): -307049 or 9916667. OLE color: 9916667.

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

Color convert

RGB 251 80 151 -
CMYK 0 0.68 0.40 0.02
HSL 335.09º 0.96% 0.65% -
HSV(B) 335.09º 0.68% 0.98% -
XYZ 48.24 28.48 32.23 -
YUV 139.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 251 80 151 0 0.68 0.40 0.02 335.09 0.96 0.65
Hex FB 50 97 0 44 28 2 14F 60 41
Octal 373 120 227 0 104 50 2 517 140 101
Binary 11111011 1010000 10010111 0 1000100 101000 10 101001111 1100000 1000001

Color Harmonies of #FB5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5097

Black with #FB5097

Text Example


Text Example

White with #FB5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5097; }

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

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

background-color css

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

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

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

border-color css

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

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

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