Shades of Fuchsia Pink #F380FF
Tints of Fuchsia Pink #F380FF
RGB
CMYK
RGB Variations
Color information
#F380FF (or 0xF380FF) is known color: Fuchsia Pink. HEX triplet: F3, 80 and FF. RGB value is (243,128,255). Sum of RGB (Red+Green+Blue) = 243+128+255=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 128 (50.39% from 255 or 20.45% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F380FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380FF is #0C7F00. Grayscale: #B0B0B0. Windows color (decimal): -818945 or 16744691. OLE color: 16744691.
HSL color Cylindrical-coordinate representation of color #F380FF: hue angle of 294.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F380FF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 128 | 255 | - |
| CMYK | 0.05 | 0.50 | 0 | 0 |
| HSL | 294.33º | 1% | 0.75% | - |
| HSV(B) | 294.33º | 0.5% | 1% | - |
| XYZ | 62.73 | 41.71 | 99.35 | - |
| YUV | 176.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 255 | 0.05 | 0.50 | 0 | 0 | 294.33 | 1 | 0.75 |
| Hex | F3 | 80 | FF | 5 | 32 | 0 | 0 | 126 | 64 | 4B |
| Octal | 363 | 200 | 377 | 5 | 62 | 0 | 0 | 446 | 144 | 113 |
| Binary | 11110011 | 10000000 | 11111111 | 101 | 110010 | 0 | 0 | 100100110 | 1100100 | 1001011 |
Color Harmonies of #F380FF
Complementary color
Monochromatic Colors of #F380FF
Black with #F380FF
Text Example
Text Example
White with #F380FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380FF; }
p { color: rgb(243,128,255); }
H1.HeaderClassName
{
color: #F380FF;
}
.AnyTagClassName
{
color: #F380FF;
}
</style>
background-color css
<style>
a { background-color: #F380FF; }
a { background-color: rgb(243,128,255); }
div.DivClassName
{
background-color: #F380FF;
}
.BgClassName
{
background-color: #F380FF;
}
</style>
border-color css
<style>
span { border-color: #F380FF; }
span { border-color: rgb(243,128,255); }
td.TdClassName
{
border-color: #F380FF;
}
.TagClassName
{
border-color: #F380FF;
}
</style>