#F368F3

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

Shades of Pink Flamingo #F368F3

Tints of Pink Flamingo #F368F3

Color information

#F368F3 (or 0xF368F3) is unknown color: approx Pink Flamingo. HEX triplet: F3, 68 and F3. RGB value is (243,104,243). Sum of RGB (Red+Green+Blue) = 243+104+243=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F368F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368F3 is #0C970C. Grayscale: #A0A0A0. Windows color (decimal): -825101 or 15952115. OLE color: 15952115.

HSL color Cylindrical-coordinate representation of color #F368F3: hue angle of 300º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368F3 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB243104243-
CMYK00.5700.05
HSL300º85.28%68.04%-
HSV(B)300º57.2%95.29%-
XYZ58.0935.4388.57-
YUV161.41174.05186.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 17.63%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=41.19%
G=17.63%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310424300.5700.0530085.2868.04
HexF368F30390512c5544
Octal36315036307105454125104
Binary111100111101000111100110111001010110010110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F368F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F368F3; }

 p { color: rgb(243,104,243); }

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

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

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

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

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

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

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