#F34CFD

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

Shades of Pink Flamingo #F34CFD

Tints of Pink Flamingo #F34CFD

Color information

#F34CFD (or 0xF34CFD) is unknown color: approx Pink Flamingo. HEX triplet: F3, 4C and FD. RGB value is (243,76,253). Sum of RGB (Red+Green+Blue) = 243+76+253=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #F34CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CFD is #0CB302. Grayscale: #919191. Windows color (decimal): -832259 or 16600307. OLE color: 16600307.

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

Color convert

RGB24376253-
CMYK0.040.7000.01
HSL296.61º97.79%64.51%-
HSV(B)296.61º69.96%99.22%-
XYZ57.2831.3295.95-
YUV146.11188.33197.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 76 (30.08% from 255) = 13.29%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=42.48%
G=13.29%
B=44.23%

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
Decimal243762530.040.7000.01296.6197.7964.51
HexF34CFD446011296241
Octal363114375410601451142101
Binary1111001110011001111110110010001100110010100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34CFD; }

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

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

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

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

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

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

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

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