#FE63F2

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

Shades of Pink Flamingo #FE63F2

Tints of Pink Flamingo #FE63F2

Color information

#FE63F2 (or 0xFE63F2) is unknown color: approx Pink Flamingo. HEX triplet: FE, 63 and F2. RGB value is (254,99,242). Sum of RGB (Red+Green+Blue) = 254+99+242=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 99 (39.06% from 255 or 16.64% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63F2 is #019C0D. Grayscale: #A1A1A1. Windows color (decimal): -105486 or 15885310. OLE color: 15885310.

HSL color Cylindrical-coordinate representation of color #FE63F2: hue angle of 304.65º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63F2 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB25499242-
CMYK00.610.050.00
HSL304.65º98.73%69.22%-
HSV(B)304.65º61.02%99.61%-
XYZ61.3636.4187.8-
YUV161.65173.35193.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 99 (39.06% from 255) = 16.64%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=42.69%
G=16.64%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549924200.610.050.00304.6598.7369.22
HexFE63F203D501316345
Octal37614336207550461143105
Binary111111101100011111100100111101101010011000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE63F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE63F2; }

 p { color: rgb(254,99,242); }

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

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

 a { background-color: rgb(254,99,242); }

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

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

 span { border-color: rgb(254,99,242); }

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