Shades of Shocking Pink #FF07B4
Tints of Shocking Pink #FF07B4
RGB
CMYK
RGB Variations
Color information
#FF07B4 (or 0xFF07B4) is known color: Shocking Pink. HEX triplet: FF, 07 and B4. RGB value is (255,7,180). Sum of RGB (Red+Green+Blue) = 255+7+180=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07B4 is #00F84B. Grayscale: #646464. Windows color (decimal): -63564 or 11798527. OLE color: 11798527.
HSL color Cylindrical-coordinate representation of color #FF07B4: hue angle of 318.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07B4 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 180 | - |
| CMYK | 0 | 0.97 | 0.29 | 0 |
| HSL | 318.15º | 1% | 0.51% | - |
| HSV(B) | 318.15º | 0.97% | 1% | - |
| XYZ | 49.55 | 24.71 | 45.34 | - |
| YUV | 100.87 | 172.66 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 180 | 0 | 0.97 | 0.29 | 0 | 318.15 | 1 | 0.51 |
| Hex | FF | 7 | B4 | 0 | 61 | 1D | 0 | 13E | 64 | 33 |
| Octal | 377 | 7 | 264 | 0 | 141 | 35 | 0 | 476 | 144 | 63 |
| Binary | 11111111 | 111 | 10110100 | 0 | 1100001 | 11101 | 0 | 100111110 | 1100100 | 110011 |
Color Harmonies of #FF07B4
Complementary color
Monochromatic Colors of #FF07B4
Black with #FF07B4
Text Example
Text Example
White with #FF07B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07B4; }
p { color: rgb(255,7,180); }
H1.HeaderClassName
{
color: #FF07B4;
}
.AnyTagClassName
{
color: #FF07B4;
}
</style>
background-color css
<style>
a { background-color: #FF07B4; }
a { background-color: rgb(255,7,180); }
div.DivClassName
{
background-color: #FF07B4;
}
.BgClassName
{
background-color: #FF07B4;
}
</style>
border-color css
<style>
span { border-color: #FF07B4; }
span { border-color: rgb(255,7,180); }
td.TdClassName
{
border-color: #FF07B4;
}
.TagClassName
{
border-color: #FF07B4;
}
</style>