#F34AFE

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

Shades of Pink Flamingo #F34AFE

Tints of Pink Flamingo #F34AFE

Color information

#F34AFE (or 0xF34AFE) is unknown color: approx Pink Flamingo. HEX triplet: F3, 4A and FE. RGB value is (243,74,254). Sum of RGB (Red+Green+Blue) = 243+74+254=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #F34AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AFE is #0CB501. Grayscale: #909090. Windows color (decimal): -832770 or 16665331. OLE color: 16665331.

HSL color Cylindrical-coordinate representation of color #F34AFE: hue angle of 296.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34AFE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24374254-
CMYK0.040.7100.00
HSL296.33º98.9%64.31%-
HSV(B)296.33º70.87%99.61%-
XYZ57.331.1196.75-
YUV145.05189.49197.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 74 (29.30% from 255) = 12.96%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=42.56%
G=12.96%
B=44.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal243742540.040.7100.00296.3398.964.31
HexF34AFE447001286340
Octal363112376410700450143100
Binary1111001110010101111111010010001110010010100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34AFE; }

 p { color: rgb(243,74,254); }

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

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

 a { background-color: rgb(243,74,254); }

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

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

 span { border-color: rgb(243,74,254); }

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