#F23EFB

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

Shades of Pink Flamingo #F23EFB

Tints of Pink Flamingo #F23EFB

Color information

#F23EFB (or 0xF23EFB) is unknown color: approx Pink Flamingo. HEX triplet: F2, 3E and FB. RGB value is (242,62,251). Sum of RGB (Red+Green+Blue) = 242+62+251=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 62 (24.61% from 255 or 11.17% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #F23EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23EFB is #0DC104. Grayscale: #888888. Windows color (decimal): -901381 or 16465650. OLE color: 16465650.

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

Color convert

RGB24262251-
CMYK0.040.7500.02
HSL297.14º95.94%61.37%-
HSV(B)297.14º75.3%98.43%-
XYZ55.7529.2993.98-
YUV137.37192.13202.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 62 (24.61% from 255) = 11.17%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=43.60%
G=11.17%
B=45.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242622510.040.7500.02297.1495.9461.37
HexF23EFB44B02129603d
Octal3627637341130245114075
Binary111100101111101111101110010010110101001010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23EFB; }

 p { color: rgb(242,62,251); }

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

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

 a { background-color: rgb(242,62,251); }

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

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

 span { border-color: rgb(242,62,251); }

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