Shades of Brilliant Rose #FB669C
Tints of Brilliant Rose #FB669C
RGB
CMYK
RGB Variations
Color information
#FB669C (or 0xFB669C) is known color: Brilliant Rose. HEX triplet: FB, 66 and 9C. RGB value is (251,102,156). Sum of RGB (Red+Green+Blue) = 251+102+156=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB669C is #049963. Grayscale: #989898. Windows color (decimal): -301412 or 10249979. OLE color: 10249979.
HSL color Cylindrical-coordinate representation of color #FB669C: hue angle of 338.26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB669C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 156 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 338.26º | 0.95% | 0.69% | - |
| HSV(B) | 338.26º | 0.59% | 0.98% | - |
| XYZ | 50.54 | 32.41 | 35.05 | - |
| YUV | 152.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 156 | 0 | 0.59 | 0.38 | 0.02 | 338.26 | 0.95 | 0.69 |
| Hex | FB | 66 | 9C | 0 | 3B | 26 | 2 | 152 | 5F | 45 |
| Octal | 373 | 146 | 234 | 0 | 73 | 46 | 2 | 522 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10011100 | 0 | 111011 | 100110 | 10 | 101010010 | 1011111 | 1000101 |
Color Harmonies of #FB669C
Complementary color
Monochromatic Colors of #FB669C
Black with #FB669C
Text Example
Text Example
White with #FB669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB669C; }
p { color: rgb(251,102,156); }
H1.HeaderClassName
{
color: #FB669C;
}
.AnyTagClassName
{
color: #FB669C;
}
</style>
background-color css
<style>
a { background-color: #FB669C; }
a { background-color: rgb(251,102,156); }
div.DivClassName
{
background-color: #FB669C;
}
.BgClassName
{
background-color: #FB669C;
}
</style>
border-color css
<style>
span { border-color: #FB669C; }
span { border-color: rgb(251,102,156); }
td.TdClassName
{
border-color: #FB669C;
}
.TagClassName
{
border-color: #FB669C;
}
</style>