#F552F8

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

Shades of Pink Flamingo #F552F8

Tints of Pink Flamingo #F552F8

Color information

#F552F8 (or 0xF552F8) is unknown color: approx Pink Flamingo. HEX triplet: F5, 52 and F8. RGB value is (245,82,248). Sum of RGB (Red+Green+Blue) = 245+82+248=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #F552F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552F8 is #0AAD07. Grayscale: #959595. Windows color (decimal): -699656 or 16274165. OLE color: 16274165.

HSL color Cylindrical-coordinate representation of color #F552F8: hue angle of 298.92º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552F8 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24582248-
CMYK0.010.6700.03
HSL298.92º92.22%64.71%-
HSV(B)298.92º66.94%97.25%-
XYZ57.6232.2291.99-
YUV149.66183.5196-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 82 (32.42% from 255) = 14.26%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=42.61%
G=14.26%
B=43.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal245822480.010.6700.03298.9292.2264.71
HexF552F81430312b5c41
Octal365122370110303453134101
Binary111101011010010111110001100001101110010101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F552F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F552F8; }

 p { color: rgb(245,82,248); }

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

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

 a { background-color: rgb(245,82,248); }

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

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

 span { border-color: rgb(245,82,248); }

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