#F967EA

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

Shades of Pink Flamingo #F967EA

Tints of Pink Flamingo #F967EA

Color information

#F967EA (or 0xF967EA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 67 and EA. RGB value is (249,103,234). Sum of RGB (Red+Green+Blue) = 249+103+234=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F967EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967EA is #069815. Grayscale: #A1A1A1. Windows color (decimal): -432150 or 15362041. OLE color: 15362041.

HSL color Cylindrical-coordinate representation of color #F967EA: hue angle of 306.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967EA is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249103234-
CMYK00.590.060.02
HSL306.16º92.41%69.02%-
HSV(B)306.16º58.63%97.65%-
XYZ58.7735.7881.65-
YUV161.59168.87190.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 103 (40.62% from 255) = 17.58%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=42.49%
G=17.58%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910323400.590.060.02306.1692.4169.02
HexF967EA03B621325c45
Octal37114735207362462134105
Binary1111100111001111110101001110111101010011001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967EA; }

 p { color: rgb(249,103,234); }

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

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

 a { background-color: rgb(249,103,234); }

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

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

 span { border-color: rgb(249,103,234); }

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