Shades of Shocking Pink #FF09B3
Tints of Shocking Pink #FF09B3
RGB
CMYK
RGB Variations
Color information
#FF09B3 (or 0xFF09B3) is known color: Shocking Pink. HEX triplet: FF, 09 and B3. RGB value is (255,9,179). Sum of RGB (Red+Green+Blue) = 255+9+179=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09B3 is #00F64C. Grayscale: #656565. Windows color (decimal): -63053 or 11733503. OLE color: 11733503.
HSL color Cylindrical-coordinate representation of color #FF09B3: hue angle of 318.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09B3 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 179 | - |
| CMYK | 0 | 0.96 | 0.30 | 0 |
| HSL | 318.54º | 1% | 0.52% | - |
| HSV(B) | 318.54º | 0.96% | 1% | - |
| XYZ | 49.47 | 24.71 | 44.81 | - |
| YUV | 101.93 | 171.5 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 179 | 0 | 0.96 | 0.30 | 0 | 318.54 | 1 | 0.52 |
| Hex | FF | 9 | B3 | 0 | 60 | 1E | 0 | 13F | 64 | 34 |
| Octal | 377 | 11 | 263 | 0 | 140 | 36 | 0 | 477 | 144 | 64 |
| Binary | 11111111 | 1001 | 10110011 | 0 | 1100000 | 11110 | 0 | 100111111 | 1100100 | 110100 |
Color Harmonies of #FF09B3
Complementary color
Monochromatic Colors of #FF09B3
Black with #FF09B3
Text Example
Text Example
White with #FF09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09B3; }
p { color: rgb(255,9,179); }
H1.HeaderClassName
{
color: #FF09B3;
}
.AnyTagClassName
{
color: #FF09B3;
}
</style>
background-color css
<style>
a { background-color: #FF09B3; }
a { background-color: rgb(255,9,179); }
div.DivClassName
{
background-color: #FF09B3;
}
.BgClassName
{
background-color: #FF09B3;
}
</style>
border-color css
<style>
span { border-color: #FF09B3; }
span { border-color: rgb(255,9,179); }
td.TdClassName
{
border-color: #FF09B3;
}
.TagClassName
{
border-color: #FF09B3;
}
</style>