#F34CFC

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

Shades of Pink Flamingo #F34CFC

Tints of Pink Flamingo #F34CFC

Color information

#F34CFC (or 0xF34CFC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 4C and FC. RGB value is (243,76,252). Sum of RGB (Red+Green+Blue) = 243+76+252=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 76 (30.08% from 255 or 13.31% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #F34CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CFC is #0CB303. Grayscale: #919191. Windows color (decimal): -832260 or 16534771. OLE color: 16534771.

HSL color Cylindrical-coordinate representation of color #F34CFC: hue angle of 296.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34CFC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24376252-
CMYK0.040.7000.01
HSL296.93º96.7%64.31%-
HSV(B)296.93º69.84%98.82%-
XYZ57.1231.2595.12-
YUV146187.83197.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 76 (30.08% from 255) = 13.31%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=42.56%
G=13.31%
B=44.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal243762520.040.7000.01296.9396.764.31
HexF34CFC446011296140
Octal363114374410601451141100
Binary1111001110011001111110010010001100110010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34CFC; }

 p { color: rgb(243,76,252); }

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

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

 a { background-color: rgb(243,76,252); }

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

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

 span { border-color: rgb(243,76,252); }

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