Shades of Fuchsia Pink #F37BFE
Tints of Fuchsia Pink #F37BFE
RGB
CMYK
RGB Variations
Color information
#F37BFE (or 0xF37BFE) is known color: Fuchsia Pink. HEX triplet: F3, 7B and FE. RGB value is (243,123,254). Sum of RGB (Red+Green+Blue) = 243+123+254=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F37BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37BFE is #0C8401. Grayscale: #ADADAD. Windows color (decimal): -820226 or 16677875. OLE color: 16677875.
HSL color Cylindrical-coordinate representation of color #F37BFE: hue angle of 294.96º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37BFE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 123 | 254 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.00 |
| HSL | 294.96º | 0.98% | 0.74% | - |
| HSV(B) | 294.96º | 0.52% | 1% | - |
| XYZ | 61.93 | 40.38 | 98.3 | - |
| YUV | 173.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 254 | 0.04 | 0.52 | 0 | 0.00 | 294.96 | 0.98 | 0.74 |
| Hex | F3 | 7B | FE | 4 | 34 | 0 | 0 | 127 | 62 | 4A |
| Octal | 363 | 173 | 376 | 4 | 64 | 0 | 0 | 447 | 142 | 112 |
| Binary | 11110011 | 1111011 | 11111110 | 100 | 110100 | 0 | 0 | 100100111 | 1100010 | 1001010 |
Color Harmonies of #F37BFE
Complementary color
Monochromatic Colors of #F37BFE
Black with #F37BFE
Text Example
Text Example
White with #F37BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BFE; }
p { color: rgb(243,123,254); }
H1.HeaderClassName
{
color: #F37BFE;
}
.AnyTagClassName
{
color: #F37BFE;
}
</style>
background-color css
<style>
a { background-color: #F37BFE; }
a { background-color: rgb(243,123,254); }
div.DivClassName
{
background-color: #F37BFE;
}
.BgClassName
{
background-color: #F37BFE;
}
</style>
border-color css
<style>
span { border-color: #F37BFE; }
span { border-color: rgb(243,123,254); }
td.TdClassName
{
border-color: #F37BFE;
}
.TagClassName
{
border-color: #F37BFE;
}
</style>