#F34AF1

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

Shades of Pink Flamingo #F34AF1

Tints of Pink Flamingo #F34AF1

Color information

#F34AF1 (or 0xF34AF1) is unknown color: approx Pink Flamingo. HEX triplet: F3, 4A and F1. RGB value is (243,74,241). Sum of RGB (Red+Green+Blue) = 243+74+241=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF1 is #0CB50E. Grayscale: #8F8F8F. Windows color (decimal): -832783 or 15813363. OLE color: 15813363.

HSL color Cylindrical-coordinate representation of color #F34AF1: hue angle of 300.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34AF1 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24374241-
CMYK00.700.010.05
HSL300.71º87.56%62.16%-
HSV(B)300.71º69.55%95.29%-
XYZ55.2930.386.15-
YUV143.57182.99198.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 74 (29.30% from 255) = 13.26%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=43.55%
G=13.26%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437424100.700.010.05300.7187.5662.16
HexF34AF10461512d583e
Octal36311236101061545513076
Binary111100111001010111100010100011011011001011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34AF1; }

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

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

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

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

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

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

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

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