#FE4BFF

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

Shades of Pink Flamingo #FE4BFF

Tints of Pink Flamingo #FE4BFF

Color information

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

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

Color convert

RGB25475255-
CMYK0.000.7100
HSL299.67º100%64.71%-
HSV(B)299.67º70.59%100%-
XYZ61.4433.3297.8-
YUV149.04187.8202.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254752550.000.7100299.6710064.71
HexFE4BFF0470012c6441
Octal376113377010700454144101
Binary11111110100101111111111010001110010010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4BFF; }

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

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

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

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

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

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

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

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