#F43DFD

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

Shades of Pink Flamingo #F43DFD

Tints of Pink Flamingo #F43DFD

Color information

#F43DFD (or 0xF43DFD) is unknown color: approx Pink Flamingo. HEX triplet: F4, 3D and FD. RGB value is (244,61,253). Sum of RGB (Red+Green+Blue) = 244+61+253=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 61 (24.22% from 255 or 10.93% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #F43DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F43DFD is #0BC202. Grayscale: #898989. Windows color (decimal): -770563 or 16596468. OLE color: 16596468.

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

Color convert

RGB24461253-
CMYK0.040.7600.01
HSL297.19º97.96%61.57%-
HSV(B)297.19º75.89%99.22%-
XYZ56.7129.6695.67-
YUV137.61193.13203.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.73%
GREEN value IS 61 (24.22% from 255) = 10.93%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=43.73%
G=10.93%
B=45.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal244612530.040.7600.01297.1997.9661.57
HexF43DFD44C01129623e
Octal3647537541140145114276
Binary11110100111101111111011001001100011001010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43DFD; }

 p { color: rgb(244,61,253); }

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

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

 a { background-color: rgb(244,61,253); }

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

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

 span { border-color: rgb(244,61,253); }

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