#F369FA

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

Shades of Pink Flamingo #F369FA

Tints of Pink Flamingo #F369FA

Color information

#F369FA (or 0xF369FA) is unknown color: approx Pink Flamingo. HEX triplet: F3, 69 and FA. RGB value is (243,105,250). Sum of RGB (Red+Green+Blue) = 243+105+250=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #F369FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369FA is #0C9605. Grayscale: #A2A2A2. Windows color (decimal): -824838 or 16411123. OLE color: 16411123.

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

Color convert

RGB243105250-
CMYK0.030.5800.02
HSL297.1º93.55%69.61%-
HSV(B)297.1º58%98.04%-
XYZ59.2736.0694.28-
YUV162.79177.22185.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 105 (41.41% from 255) = 17.56%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=40.64%
G=17.56%
B=41.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431052500.030.5800.02297.193.5569.61
HexF369FA33A021295e46
Octal36315137237202451136106
Binary111100111101001111110101111101001010010100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F369FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F369FA; }

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

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

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

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

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

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

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

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