Shades of Fuchsia Pink #F378FF
Tints of Fuchsia Pink #F378FF
RGB
CMYK
RGB Variations
Color information
#F378FF (or 0xF378FF) is known color: Fuchsia Pink. HEX triplet: F3, 78 and FF. RGB value is (243,120,255). Sum of RGB (Red+Green+Blue) = 243+120+255=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 120 (47.27% from 255 or 19.42% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F378FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F378FF is #0C8700. Grayscale: #ABABAB. Windows color (decimal): -820993 or 16742643. OLE color: 16742643.
HSL color Cylindrical-coordinate representation of color #F378FF: hue angle of 294.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F378FF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 120 | 255 | - |
| CMYK | 0.05 | 0.53 | 0 | 0 |
| HSL | 294.67º | 1% | 0.74% | - |
| HSV(B) | 294.67º | 0.53% | 1% | - |
| XYZ | 61.73 | 39.71 | 99.02 | - |
| YUV | 172.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 255 | 0.05 | 0.53 | 0 | 0 | 294.67 | 1 | 0.74 |
| Hex | F3 | 78 | FF | 5 | 35 | 0 | 0 | 127 | 64 | 4A |
| Octal | 363 | 170 | 377 | 5 | 65 | 0 | 0 | 447 | 144 | 112 |
| Binary | 11110011 | 1111000 | 11111111 | 101 | 110101 | 0 | 0 | 100100111 | 1100100 | 1001010 |
Color Harmonies of #F378FF
Complementary color
Monochromatic Colors of #F378FF
Black with #F378FF
Text Example
Text Example
White with #F378FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378FF; }
p { color: rgb(243,120,255); }
H1.HeaderClassName
{
color: #F378FF;
}
.AnyTagClassName
{
color: #F378FF;
}
</style>
background-color css
<style>
a { background-color: #F378FF; }
a { background-color: rgb(243,120,255); }
div.DivClassName
{
background-color: #F378FF;
}
.BgClassName
{
background-color: #F378FF;
}
</style>
border-color css
<style>
span { border-color: #F378FF; }
span { border-color: rgb(243,120,255); }
td.TdClassName
{
border-color: #F378FF;
}
.TagClassName
{
border-color: #F378FF;
}
</style>