#F13EFC

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

Shades of Pink Flamingo #F13EFC

Tints of Pink Flamingo #F13EFC

Color information

#F13EFC (or 0xF13EFC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 3E and FC. RGB value is (241,62,252). Sum of RGB (Red+Green+Blue) = 241+62+252=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 62 (24.61% from 255 or 11.17% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #F13EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13EFC is #0EC103. Grayscale: #888888. Windows color (decimal): -966916 or 16531185. OLE color: 16531185.

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

Color convert

RGB24162252-
CMYK0.040.7500.01
HSL296.53º96.94%61.57%-
HSV(B)296.53º75.4%98.82%-
XYZ55.5729.1794.8-
YUV137.18192.8202.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 62 (24.61% from 255) = 11.17%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=43.42%
G=11.17%
B=45.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241622520.040.7500.01296.5396.9461.57
HexF13EFC44B01129613e
Octal3617637441130145114176
Binary11110001111110111111001001001011011001010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EFC; }

 p { color: rgb(241,62,252); }

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

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

 a { background-color: rgb(241,62,252); }

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

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

 span { border-color: rgb(241,62,252); }

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