#F262EB

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

Shades of Pink Flamingo #F262EB

Tints of Pink Flamingo #F262EB

Color information

#F262EB (or 0xF262EB) is unknown color: approx Pink Flamingo. HEX triplet: F2, 62 and EB. RGB value is (242,98,235). Sum of RGB (Red+Green+Blue) = 242+98+235=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F262EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262EB is #0D9D14. Grayscale: #9C9C9C. Windows color (decimal): -892181 or 15426290. OLE color: 15426290.

HSL color Cylindrical-coordinate representation of color #F262EB: hue angle of 302.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262EB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24298235-
CMYK00.600.030.05
HSL302.92º84.71%66.67%-
HSV(B)302.92º59.5%94.9%-
XYZ55.9833.6182.13-
YUV156.67172.21188.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 98 (38.67% from 255) = 17.04%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=42.09%
G=17.04%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429823500.600.030.05302.9284.7166.67
HexF262EB03C3512f5543
Octal36214235307435457125103
Binary1111001011000101110101101111001110110010111110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F262EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F262EB; }

 p { color: rgb(242,98,235); }

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

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

 a { background-color: rgb(242,98,235); }

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

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

 span { border-color: rgb(242,98,235); }

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