#F365F1

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

Shades of Pink Flamingo #F365F1

Tints of Pink Flamingo #F365F1

Color information

#F365F1 (or 0xF365F1) is unknown color: approx Pink Flamingo. HEX triplet: F3, 65 and F1. RGB value is (243,101,241). Sum of RGB (Red+Green+Blue) = 243+101+241=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F365F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365F1 is #0C9A0E. Grayscale: #9E9E9E. Windows color (decimal): -825871 or 15820275. OLE color: 15820275.

HSL color Cylindrical-coordinate representation of color #F365F1: hue angle of 300.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365F1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243101241-
CMYK00.580.010.05
HSL300.85º85.54%67.45%-
HSV(B)300.85º58.44%95.29%-
XYZ57.4934.7186.89-
YUV159.42174.04187.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 101 (39.84% from 255) = 17.26%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=41.54%
G=17.26%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310124100.580.010.05300.8585.5467.45
HexF365F103A1512d5643
Octal36314536107215455126103
Binary111100111100101111100010111010110110010110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F365F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F365F1; }

 p { color: rgb(243,101,241); }

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

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

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

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

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

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

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