#F35EEE

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

Shades of Pink Flamingo #F35EEE

Tints of Pink Flamingo #F35EEE

Color information

#F35EEE (or 0xF35EEE) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5E and EE. RGB value is (243,94,238). Sum of RGB (Red+Green+Blue) = 243+94+238=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35EEE is #0CA111. Grayscale: #9A9A9A. Windows color (decimal): -827666 or 15621875. OLE color: 15621875.

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

Color convert

RGB24394238-
CMYK00.610.020.05
HSL302.01º86.13%66.08%-
HSV(B)302.01º61.32%95.29%-
XYZ56.433.2384.33-
YUV154.97174.86190.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 94 (37.11% from 255) = 16.35%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=42.26%
G=16.35%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439423800.610.020.05302.0186.1366.08
HexF35EEE03D2512e5642
Octal36313635607525456126102
Binary1111001110111101110111001111011010110010111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EEE; }

 p { color: rgb(243,94,238); }

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

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

 a { background-color: rgb(243,94,238); }

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

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

 span { border-color: rgb(243,94,238); }

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