#f257ee

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

Shades of Pink Flamingo #F257EE

Tints of Pink Flamingo #F257EE

Color information

#F257EE (or 0xF257EE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 57 and EE. RGB value is (242,87,238). Sum of RGB (Red+Green+Blue) = 242+87+238=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 87 (34.38% from 255 or 15.34% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F257EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257EE is #0DA811. Grayscale: #969696. Windows color (decimal): -894994 or 15620082. OLE color: 15620082.

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

Color convert

RGB24287238-
CMYK00.640.020.05
HSL301.55º85.64%64.51%-
HSV(B)301.55º64.05%94.9%-
XYZ55.4631.8784.12-
YUV150.56177.35193.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 87 (34.38% from 255) = 15.34%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=42.68%
G=15.34%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428723800.640.020.05301.5585.6464.51
HexF257EE0402512e5641
Octal362127356010025456126101
Binary11110010101011111101110010000001010110010111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f257ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f257ee; }

 p { color: rgb(242,87,238); }

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

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

 a { background-color: rgb(242,87,238); }

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

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

 span { border-color: rgb(242,87,238); }

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