#F13CFD

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

Shades of Pink Flamingo #F13CFD

Tints of Pink Flamingo #F13CFD

Color information

#F13CFD (or 0xF13CFD) is unknown color: approx Pink Flamingo. HEX triplet: F1, 3C and FD. RGB value is (241,60,253). Sum of RGB (Red+Green+Blue) = 241+60+253=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 60 (23.83% from 255 or 10.83% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #F13CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CFD is #0EC302. Grayscale: #878787. Windows color (decimal): -967427 or 16596209. OLE color: 16596209.

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

Color convert

RGB24160253-
CMYK0.050.7600.01
HSL296.27º97.97%61.37%-
HSV(B)296.27º76.28%99.22%-
XYZ55.6229.0295.6-
YUV136.12193.97202.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 60 (23.83% from 255) = 10.83%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=43.50%
G=10.83%
B=45.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241602530.050.7600.01296.2797.9761.37
HexF13CFD54C01128623d
Octal3617437551140145014275
Binary11110001111100111111011011001100011001010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13CFD; }

 p { color: rgb(241,60,253); }

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

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

 a { background-color: rgb(241,60,253); }

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

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

 span { border-color: rgb(241,60,253); }

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