Html Css Color HEX #FB6096 Brilliant Rose

📋 copy color: '#FB6096'

red 251 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #FB6096

Tints of Brilliant Rose #FB6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 50.5%
G = 19.32%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6096 (or 0xFB6096) is known color: Brilliant Rose. HEX triplet: FB, 60 and 96. RGB value is (251,96,150). Sum of RGB (Red+Green+Blue) = 251+96+150=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6096 is #049F69. Grayscale: #949494. Windows color (decimal): -302954 or 9855227. OLE color: 9855227.

HSL color Cylindrical-coordinate representation of color #FB6096: hue angle of 339.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB6096 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 96 150 -
CMYK 0 0.62 0.40 0.02
HSL 339.1º 0.95% 0.68% -
HSV(B) 339.1º 0.62% 0.98% -
XYZ 49.47 31.08 32.25 -
YUV 148.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 251 96 150 0 0.62 0.40 0.02 339.1 0.95 0.68
Hex FB 60 96 0 3E 28 2 153 5F 44
Octal 373 140 226 0 76 50 2 523 137 104
Binary 11111011 1100000 10010110 0 111110 101000 10 101010011 1011111 1000100

Color Harmonies of #FB6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6096

Black with #FB6096

Text Example


Text Example

White with #FB6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6096; }

 p { color: rgb(251,96,150); }

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

background-color css

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

 a { background-color: rgb(251,96,150); }

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

border-color css

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

 span { border-color: rgb(251,96,150); }

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