#F265ED

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

Shades of Pink Flamingo #F265ED

Tints of Pink Flamingo #F265ED

Color information

#F265ED (or 0xF265ED) is unknown color: approx Pink Flamingo. HEX triplet: F2, 65 and ED. RGB value is (242,101,237). Sum of RGB (Red+Green+Blue) = 242+101+237=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F265ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265ED is #0D9A12. Grayscale: #9E9E9E. Windows color (decimal): -891411 or 15558130. OLE color: 15558130.

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

Color convert

RGB242101237-
CMYK00.580.020.05
HSL302.13º84.43%67.25%-
HSV(B)302.13º58.26%94.9%-
XYZ56.5634.383.76-
YUV158.66172.21187.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 101 (39.84% from 255) = 17.41%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=41.72%
G=17.41%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210123700.580.020.05302.1384.4367.25
HexF265ED03A2512e5443
Octal36214535507225456124103
Binary1111001011001011110110101110101010110010111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265ED; }

 p { color: rgb(242,101,237); }

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

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

 a { background-color: rgb(242,101,237); }

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

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

 span { border-color: rgb(242,101,237); }

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