#F340FF

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

Shades of Pink Flamingo #F340FF

Tints of Pink Flamingo #F340FF

Color information

#F340FF (or 0xF340FF) is unknown color: approx Pink Flamingo. HEX triplet: F3, 40 and FF. RGB value is (243,64,255). Sum of RGB (Red+Green+Blue) = 243+64+255=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F340FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F340FF is #0CBF00. Grayscale: #8A8A8A. Windows color (decimal): -835329 or 16728307. OLE color: 16728307.

HSL color Cylindrical-coordinate representation of color #F340FF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F340FF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24364255-
CMYK0.050.7500
HSL296.23º100%62.55%-
HSV(B)296.23º74.9%100%-
XYZ56.8529.9497.39-
YUV139.29193.3201.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 11.39%
BLUE value IS 255 (100% from 255) = 45.37%
R=43.24%
G=11.39%
B=45.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243642550.050.7500296.2310062.55
HexF340FF54B00128643f
Octal36310037751130045014477
Binary111100111000000111111111011001011001001010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340FF; }

 p { color: rgb(243,64,255); }

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

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

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

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

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

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

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