#FF4BFF

Color #FF4BFF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FF4BFF

Tints of Pink Flamingo #FF4BFF

Color information

#FF4BFF (or 0xFF4BFF) is unknown color: approx 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

RGB25575255-
CMYK00.7100
HSL300º100%64.71%-
HSV(B)300º70.59%100%-
XYZ61.8133.5197.82-
YUV149.34187.63203.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 75 (29.69% from 255) = 12.82%
BLUE value IS 255 (100% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557525500.710030010064.71
HexFF4BFF0470012c6441
Octal377113377010700454144101
Binary11111111100101111111111010001110010010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>