#FF4BFE

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

Shades of Pink Flamingo #FF4BFE

Tints of Pink Flamingo #FF4BFE

Color information

#FF4BFE (or 0xFF4BFE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 4B and FE. RGB value is (255,75,254). Sum of RGB (Red+Green+Blue) = 255+75+254=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 75 (29.69% from 255 or 12.84% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4BFE is #00B401. Grayscale: #949494. Windows color (decimal): -46082 or 16665599. OLE color: 16665599.

HSL color Cylindrical-coordinate representation of color #FF4BFE: hue angle of 300.33º 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 #FF4BFE is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB25575254-
CMYK00.710.000
HSL300.33º100%64.71%-
HSV(B)300.33º70.59%100%-
XYZ61.6533.4596.97-
YUV149.23187.13203.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 75 (29.69% from 255) = 12.84%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=43.66%
G=12.84%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557525400.710.000300.3310064.71
HexFF4BFE0470012c6441
Octal377113376010700454144101
Binary11111111100101111111110010001110010010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4BFE; }

 p { color: rgb(255,75,254); }

 H1.HeaderClassName
 {
   color: #FF4BFE;
 }
 .AnyTagClassName
 {
   color: #FF4BFE;
 }
</style>
background-color css

<style>
 a { background-color: #FF4BFE; }

 a { background-color: rgb(255,75,254); }

 div.DivClassName
 {
   background-color: #FF4BFE;
 }
 .BgClassName
 {
   background-color: #FF4BFE;
 }
</style>
border-color css

<style>
 span { border-color: #FF4BFE; }

 span { border-color: rgb(255,75,254); }

 td.TdClassName
 {
   border-color: #FF4BFE;
 }
 .TagClassName
 {
   border-color: #FF4BFE;
 }
</style>