#FE4CFA

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

Shades of Pink Flamingo #FE4CFA

Tints of Pink Flamingo #FE4CFA

Color information

#FE4CFA (or 0xFE4CFA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4C and FA. RGB value is (254,76,250). Sum of RGB (Red+Green+Blue) = 254+76+250=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 76 (30.08% from 255 or 13.10% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CFA is #01B305. Grayscale: #949494. Windows color (decimal): -111366 or 16403710. OLE color: 16403710.

HSL color Cylindrical-coordinate representation of color #FE4CFA: hue angle of 301.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CFA is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB25476250-
CMYK00.700.020.00
HSL301.35º98.89%64.71%-
HSV(B)301.35º70.08%99.61%-
XYZ60.7133.1493.64-
YUV149.06184.97202.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 76 (30.08% from 255) = 13.10%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=43.79%
G=13.10%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547625000.700.020.00301.3598.8964.71
HexFE4CFA0462012d6341
Octal376114372010620455143101
Binary111111101001100111110100100011010010010110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CFA; }

 p { color: rgb(254,76,250); }

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

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

 a { background-color: rgb(254,76,250); }

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

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

 span { border-color: rgb(254,76,250); }

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