#F13AFE

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

Shades of Pink Flamingo #F13AFE

Tints of Pink Flamingo #F13AFE

Color information

#F13AFE (or 0xF13AFE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 3A and FE. RGB value is (241,58,254). Sum of RGB (Red+Green+Blue) = 241+58+254=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 58 (23.05% from 255 or 10.49% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F13AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13AFE is #0EC501. Grayscale: #868686. Windows color (decimal): -967938 or 16661233. OLE color: 16661233.

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

Color convert

RGB24158254-
CMYK0.050.7700.00
HSL296.02º98.99%61.18%-
HSV(B)296.02º77.17%99.61%-
XYZ55.6828.8896.41-
YUV135.06195.13203.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 58 (23.05% from 255) = 10.49%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=43.58%
G=10.49%
B=45.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241582540.050.7700.00296.0298.9961.18
HexF13AFE54D00128633d
Octal3617237651150045014375
Binary11110001111010111111101011001101001001010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13AFE; }

 p { color: rgb(241,58,254); }

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

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

 a { background-color: rgb(241,58,254); }

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

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

 span { border-color: rgb(241,58,254); }

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