#FA52EB

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

Shades of Pink Flamingo #FA52EB

Tints of Pink Flamingo #FA52EB

Color information

#FA52EB (or 0xFA52EB) is unknown color: approx Pink Flamingo. HEX triplet: FA, 52 and EB. RGB value is (250,82,235). Sum of RGB (Red+Green+Blue) = 250+82+235=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52EB is #05AD14. Grayscale: #959595. Windows color (decimal): -371989 or 15422202. OLE color: 15422202.

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

Color convert

RGB25082235-
CMYK00.670.060.02
HSL305.36º94.38%65.1%-
HSV(B)305.36º67.2%98.04%-
XYZ57.4432.3681.82-
YUV149.67176.16199.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 82 (32.42% from 255) = 14.46%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=44.09%
G=14.46%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508223500.670.060.02305.3694.3865.1
HexFA52EB043621315e41
Octal372122353010362461136101
Binary11111010101001011101011010000111101010011000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA52EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA52EB; }

 p { color: rgb(250,82,235); }

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

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

 a { background-color: rgb(250,82,235); }

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

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

 span { border-color: rgb(250,82,235); }

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