Shades of Fuchsia Pink #F381FF
Tints of Fuchsia Pink #F381FF
RGB
CMYK
RGB Variations
Color information
#F381FF (or 0xF381FF) is known color: Fuchsia Pink. HEX triplet: F3, 81 and FF. RGB value is (243,129,255). Sum of RGB (Red+Green+Blue) = 243+129+255=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 129 (50.78% from 255 or 20.57% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F381FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381FF is #0C7E00. Grayscale: #B1B1B1. Windows color (decimal): -818689 or 16744947. OLE color: 16744947.
HSL color Cylindrical-coordinate representation of color #F381FF: hue angle of 294.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F381FF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 129 | 255 | - |
| CMYK | 0.05 | 0.49 | 0 | 0 |
| HSL | 294.29º | 1% | 0.75% | - |
| HSV(B) | 294.29º | 0.49% | 1% | - |
| XYZ | 62.86 | 41.98 | 99.4 | - |
| YUV | 177.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 255 | 0.05 | 0.49 | 0 | 0 | 294.29 | 1 | 0.75 |
| Hex | F3 | 81 | FF | 5 | 31 | 0 | 0 | 126 | 64 | 4B |
| Octal | 363 | 201 | 377 | 5 | 61 | 0 | 0 | 446 | 144 | 113 |
| Binary | 11110011 | 10000001 | 11111111 | 101 | 110001 | 0 | 0 | 100100110 | 1100100 | 1001011 |
Color Harmonies of #F381FF
Complementary color
Monochromatic Colors of #F381FF
Black with #F381FF
Text Example
Text Example
White with #F381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381FF; }
p { color: rgb(243,129,255); }
H1.HeaderClassName
{
color: #F381FF;
}
.AnyTagClassName
{
color: #F381FF;
}
</style>
background-color css
<style>
a { background-color: #F381FF; }
a { background-color: rgb(243,129,255); }
div.DivClassName
{
background-color: #F381FF;
}
.BgClassName
{
background-color: #F381FF;
}
</style>
border-color css
<style>
span { border-color: #F381FF; }
span { border-color: rgb(243,129,255); }
td.TdClassName
{
border-color: #F381FF;
}
.TagClassName
{
border-color: #F381FF;
}
</style>