#F13DFB

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

Shades of Pink Flamingo #F13DFB

Tints of Pink Flamingo #F13DFB

Color information

#F13DFB (or 0xF13DFB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 3D and FB. RGB value is (241,61,251). Sum of RGB (Red+Green+Blue) = 241+61+251=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 61 (24.22% from 255 or 11.03% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #F13DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DFB is #0EC204. Grayscale: #878787. Windows color (decimal): -967173 or 16465393. OLE color: 16465393.

HSL color Cylindrical-coordinate representation of color #F13DFB: hue angle of 296.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13DFB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24161251-
CMYK0.040.7600.02
HSL296.84º95.96%61.18%-
HSV(B)296.84º75.7%98.43%-
XYZ55.362993.95-
YUV136.48192.63202.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 61 (24.22% from 255) = 11.03%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=43.58%
G=11.03%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241612510.040.7600.02296.8495.9661.18
HexF13DFB44C02129603d
Octal3617537341140245114075
Binary111100011111011111101110010011000101001010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13DFB; }

 p { color: rgb(241,61,251); }

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

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

 a { background-color: rgb(241,61,251); }

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

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

 span { border-color: rgb(241,61,251); }

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