#EF41FC

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

Shades of Pink Flamingo #EF41FC

Tints of Pink Flamingo #EF41FC

Color information

#EF41FC (or 0xEF41FC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 41 and FC. RGB value is (239,65,252). Sum of RGB (Red+Green+Blue) = 239+65+252=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FC is #10BE03. Grayscale: #898989. Windows color (decimal): -1097220 or 16531951. OLE color: 16531951.

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

Color convert

RGB23965252-
CMYK0.050.7400.01
HSL295.83º96.89%62.16%-
HSV(B)295.83º74.21%98.82%-
XYZ55.0629.1694.82-
YUV138.34192.15199.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 65 (25.78% from 255) = 11.69%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=42.99%
G=11.69%
B=45.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239652520.050.7400.01295.8396.8962.16
HexEF41FC54A01128613e
Octal35710137451120145014176
Binary111011111000001111111001011001010011001010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41FC; }

 p { color: rgb(239,65,252); }

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

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

 a { background-color: rgb(239,65,252); }

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

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

 span { border-color: rgb(239,65,252); }

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