#F361FC

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

Shades of Pink Flamingo #F361FC

Tints of Pink Flamingo #F361FC

Color information

#F361FC (or 0xF361FC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 61 and FC. RGB value is (243,97,252). Sum of RGB (Red+Green+Blue) = 243+97+252=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 97 (38.28% from 255 or 16.39% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F361FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F361FC is #0C9E03. Grayscale: #9D9D9D. Windows color (decimal): -826884 or 16540147. OLE color: 16540147.

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

Color convert

RGB24397252-
CMYK0.040.6200.01
HSL296.52º96.27%68.43%-
HSV(B)296.52º61.51%98.82%-
XYZ58.8134.6395.68-
YUV158.32180.87188.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 97 (38.28% from 255) = 16.39%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=41.05%
G=16.39%
B=42.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal243972520.040.6200.01296.5296.2768.43
HexF361FC43E011296044
Octal36314137447601451140104
Binary111100111100001111111001001111100110010100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F361FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F361FC; }

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

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

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

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

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

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

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

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