#F267EC

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

Shades of Pink Flamingo #F267EC

Tints of Pink Flamingo #F267EC

Color information

#F267EC (or 0xF267EC) is unknown color: approx Pink Flamingo. HEX triplet: F2, 67 and EC. RGB value is (242,103,236). Sum of RGB (Red+Green+Blue) = 242+103+236=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 103 (40.62% from 255 or 17.73% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F267EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267EC is #0D9813. Grayscale: #9F9F9F. Windows color (decimal): -890900 or 15493106. OLE color: 15493106.

HSL color Cylindrical-coordinate representation of color #F267EC: hue angle of 302.59º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F267EC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242103236-
CMYK00.570.020.05
HSL302.59º84.24%67.65%-
HSV(B)302.59º57.44%94.9%-
XYZ56.6134.6383.06-
YUV159.72171.05186.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 103 (40.62% from 255) = 17.73%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=41.65%
G=17.73%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210323600.570.020.05302.5984.2467.65
HexF267EC0392512f5444
Octal36214735407125457124104
Binary1111001011001111110110001110011010110010111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F267EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F267EC; }

 p { color: rgb(242,103,236); }

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

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

 a { background-color: rgb(242,103,236); }

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

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

 span { border-color: rgb(242,103,236); }

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