Shades of Pink Flamingo #FF4BFF
Tints of Pink Flamingo #FF4BFF
RGB
CMYK
RGB Variations
Color information
#FF4BFF (or 0xFF4BFF) is known color: Pink Flamingo. HEX triplet: FF, 4B and FF. RGB value is (255,75,255). Sum of RGB (Red+Green+Blue) = 255+75+255=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 75 (29.69% from 255 or 12.82% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4BFF is #00B400. Grayscale: #949494. Windows color (decimal): -46081 or 16731135. OLE color: 16731135.
HSL color Cylindrical-coordinate representation of color #FF4BFF: hue angle of 300º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BFF is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 255 | - |
| CMYK | 0 | 0.71 | 0 | 0 |
| HSL | 300º | 1% | 0.65% | - |
| HSV(B) | 300º | 0.71% | 1% | - |
| XYZ | 61.81 | 33.51 | 97.82 | - |
| YUV | 149.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 255 | 0 | 0.71 | 0 | 0 | 300 | 1 | 0.65 |
| Hex | FF | 4B | FF | 0 | 47 | 0 | 0 | 12C | 64 | 41 |
| Octal | 377 | 113 | 377 | 0 | 107 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11111111 | 0 | 1000111 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FF4BFF
Complementary color
Monochromatic Colors of #FF4BFF
Black with #FF4BFF
Text Example
Text Example
White with #FF4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BFF; }
p { color: rgb(255,75,255); }
H1.HeaderClassName
{
color: #FF4BFF;
}
.AnyTagClassName
{
color: #FF4BFF;
}
</style>
background-color css
<style>
a { background-color: #FF4BFF; }
a { background-color: rgb(255,75,255); }
div.DivClassName
{
background-color: #FF4BFF;
}
.BgClassName
{
background-color: #FF4BFF;
}
</style>
border-color css
<style>
span { border-color: #FF4BFF; }
span { border-color: rgb(255,75,255); }
td.TdClassName
{
border-color: #FF4BFF;
}
.TagClassName
{
border-color: #FF4BFF;
}
</style>