Shades of Pink Flamingo #F233FD
Tints of Pink Flamingo #F233FD
RGB
CMYK
RGB Variations
Color information
#F233FD (or 0xF233FD) is known color: Pink Flamingo. HEX triplet: F2, 33 and FD. RGB value is (242,51,253). Sum of RGB (Red+Green+Blue) = 242+51+253=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 51 (20.31% from 255 or 9.34% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #F233FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F233FD is #0DCC02. Grayscale: #828282. Windows color (decimal): -904195 or 16593906. OLE color: 16593906.
HSL color Cylindrical-coordinate representation of color #F233FD: hue angle of 296.73º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F233FD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 51 | 253 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.01 |
| HSL | 296.73º | 0.98% | 0.6% | - |
| HSV(B) | 296.73º | 0.8% | 0.99% | - |
| XYZ | 55.53 | 28.34 | 95.47 | - |
| YUV | 131.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 253 | 0.04 | 0.80 | 0 | 0.01 | 296.73 | 0.98 | 0.6 |
| Hex | F2 | 33 | FD | 4 | 50 | 0 | 1 | 129 | 62 | 3C |
| Octal | 362 | 63 | 375 | 4 | 120 | 0 | 1 | 451 | 142 | 74 |
| Binary | 11110010 | 110011 | 11111101 | 100 | 1010000 | 0 | 1 | 100101001 | 1100010 | 111100 |
Color Harmonies of #F233FD
Complementary color
Monochromatic Colors of #F233FD
Black with #F233FD
Text Example
Text Example
White with #F233FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F233FD; }
p { color: rgb(242,51,253); }
H1.HeaderClassName
{
color: #F233FD;
}
.AnyTagClassName
{
color: #F233FD;
}
</style>
background-color css
<style>
a { background-color: #F233FD; }
a { background-color: rgb(242,51,253); }
div.DivClassName
{
background-color: #F233FD;
}
.BgClassName
{
background-color: #F233FD;
}
</style>
border-color css
<style>
span { border-color: #F233FD; }
span { border-color: rgb(242,51,253); }
td.TdClassName
{
border-color: #F233FD;
}
.TagClassName
{
border-color: #F233FD;
}
</style>