Shades of Violet #F384FC
Tints of Violet #F384FC
RGB
CMYK
RGB Variations
Color information
#F384FC (or 0xF384FC) is known color: Violet. HEX triplet: F3, 84 and FC. RGB value is (243,132,252). Sum of RGB (Red+Green+Blue) = 243+132+252=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #F384FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384FC is #0C7B03. Grayscale: #B2B2B2. Windows color (decimal): -817924 or 16549107. OLE color: 16549107.
HSL color Cylindrical-coordinate representation of color #F384FC: hue angle of 295.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F384FC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 243 | 132 | 252 | - |
CMYK | 0.04 | 0.48 | 0 | 0.01 |
HSL | 295.5º | 0.95% | 0.75% | - |
HSV(B) | 295.5º | 0.48% | 0.99% | - |
XYZ | 62.78 | 42.59 | 97.01 | - |
YUV | 178.87 | 169.27 | 173.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 132 | 252 | 0.04 | 0.48 | 0 | 0.01 | 295.5 | 0.95 | 0.75 |
Hex | F3 | 84 | FC | 4 | 30 | 0 | 1 | 128 | 5F | 4B |
Octal | 363 | 204 | 374 | 4 | 60 | 0 | 1 | 450 | 137 | 113 |
Binary | 11110011 | 10000100 | 11111100 | 100 | 110000 | 0 | 1 | 100101000 | 1011111 | 1001011 |
Color Harmonies of #F384FC
Complementary color
Monochromatic Colors of #F384FC
Black with #F384FC
Text Example
Text Example
White with #F384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384FC; }
p { color: rgb(243,132,252); }
H1.HeaderClassName
{
color: #F384FC;
}
.AnyTagClassName
{
color: #F384FC;
}
</style>
background-color css
<style>
a { background-color: #F384FC; }
a { background-color: rgb(243,132,252); }
div.DivClassName
{
background-color: #F384FC;
}
.BgClassName
{
background-color: #F384FC;
}
</style>
border-color css
<style>
span { border-color: #F384FC; }
span { border-color: rgb(243,132,252); }
td.TdClassName
{
border-color: #F384FC;
}
.TagClassName
{
border-color: #F384FC;
}
</style>