Shades of Violet #F385FB
Tints of Violet #F385FB
RGB
CMYK
RGB Variations
Color information
#F385FB (or 0xF385FB) is known color: Violet. HEX triplet: F3, 85 and FB. RGB value is (243,133,251). Sum of RGB (Red+Green+Blue) = 243+133+251=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #F385FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FB is #0C7A04. Grayscale: #B2B2B2. Windows color (decimal): -817669 or 16483827. OLE color: 16483827.
HSL color Cylindrical-coordinate representation of color #F385FB: hue angle of 295.93º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F385FB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 133 | 251 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.02 |
| HSL | 295.93º | 0.94% | 0.75% | - |
| HSV(B) | 295.93º | 0.47% | 0.98% | - |
| XYZ | 62.76 | 42.79 | 96.22 | - |
| YUV | 179.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 251 | 0.03 | 0.47 | 0 | 0.02 | 295.93 | 0.94 | 0.75 |
| Hex | F3 | 85 | FB | 3 | 2F | 0 | 2 | 128 | 5E | 4B |
| Octal | 363 | 205 | 373 | 3 | 57 | 0 | 2 | 450 | 136 | 113 |
| Binary | 11110011 | 10000101 | 11111011 | 11 | 101111 | 0 | 10 | 100101000 | 1011110 | 1001011 |
Color Harmonies of #F385FB
Complementary color
Monochromatic Colors of #F385FB
Black with #F385FB
Text Example
Text Example
White with #F385FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385FB; }
p { color: rgb(243,133,251); }
H1.HeaderClassName
{
color: #F385FB;
}
.AnyTagClassName
{
color: #F385FB;
}
</style>
background-color css
<style>
a { background-color: #F385FB; }
a { background-color: rgb(243,133,251); }
div.DivClassName
{
background-color: #F385FB;
}
.BgClassName
{
background-color: #F385FB;
}
</style>
border-color css
<style>
span { border-color: #F385FB; }
span { border-color: rgb(243,133,251); }
td.TdClassName
{
border-color: #F385FB;
}
.TagClassName
{
border-color: #F385FB;
}
</style>