#F354FC

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

Shades of Pink Flamingo #F354FC

Tints of Pink Flamingo #F354FC

Color information

#F354FC (or 0xF354FC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 54 and FC. RGB value is (243,84,252). Sum of RGB (Red+Green+Blue) = 243+84+252=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 84 (33.20% from 255 or 14.51% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #F354FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F354FC is #0CAB03. Grayscale: #969696. Windows color (decimal): -830212 or 16536819. OLE color: 16536819.

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

Color convert

RGB24384252-
CMYK0.040.6700.01
HSL296.79º96.55%65.88%-
HSV(B)296.79º66.67%98.82%-
XYZ57.732.4295.31-
YUV150.69185.18193.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 84 (33.20% from 255) = 14.51%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=41.97%
G=14.51%
B=43.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal243842520.040.6700.01296.7996.5565.88
HexF354FC443011296142
Octal363124374410301451141102
Binary1111001110101001111110010010000110110010100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F354FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F354FC; }

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

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

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

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

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

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

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

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