#F357FA

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

Shades of Pink Flamingo #F357FA

Tints of Pink Flamingo #F357FA

Color information

#F357FA (or 0xF357FA) is unknown color: approx Pink Flamingo. HEX triplet: F3, 57 and FA. RGB value is (243,87,250). Sum of RGB (Red+Green+Blue) = 243+87+250=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F357FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F357FA is #0CA805. Grayscale: #979797. Windows color (decimal): -829446 or 16406515. OLE color: 16406515.

HSL color Cylindrical-coordinate representation of color #F357FA: hue angle of 297.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F357FA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24387250-
CMYK0.030.6500.02
HSL297.42º94.22%66.08%-
HSV(B)297.42º65.2%98.04%-
XYZ57.6332.7793.73-
YUV152.23183.18192.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 87 (34.38% from 255) = 15%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=41.90%
G=15%
B=43.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal243872500.030.6500.02297.4294.2266.08
HexF357FA341021295e42
Octal363127372310102451136102
Binary1111001110101111111101011100000101010010100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F357FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F357FA; }

 p { color: rgb(243,87,250); }

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

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

 a { background-color: rgb(243,87,250); }

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

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

 span { border-color: rgb(243,87,250); }

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