#F043FA

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

Shades of Pink Flamingo #F043FA

Tints of Pink Flamingo #F043FA

Color information

#F043FA (or 0xF043FA) is unknown color: approx Pink Flamingo. HEX triplet: F0, 43 and FA. RGB value is (240,67,250). Sum of RGB (Red+Green+Blue) = 240+67+250=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 67 (26.56% from 255 or 12.03% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #F043FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043FA is #0FBC05. Grayscale: #8B8B8B. Windows color (decimal): -1031174 or 16401392. OLE color: 16401392.

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

Color convert

RGB24067250-
CMYK0.040.7300.02
HSL296.72º94.82%62.16%-
HSV(B)296.72º73.2%98.04%-
XYZ55.229.4493.22-
YUV139.59190.31199.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 67 (26.56% from 255) = 12.03%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=43.09%
G=12.03%
B=44.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240672500.040.7300.02296.7294.8262.16
HexF043FA449021295f3e
Octal36010337241110245113776
Binary1111000010000111111101010010010010101001010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F043FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F043FA; }

 p { color: rgb(240,67,250); }

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

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

 a { background-color: rgb(240,67,250); }

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

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

 span { border-color: rgb(240,67,250); }

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