#FE36FF

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

Shades of Pink Flamingo #FE36FF

Tints of Pink Flamingo #FE36FF

Color information

#FE36FF (or 0xFE36FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 36 and FF. RGB value is (254,54,255). Sum of RGB (Red+Green+Blue) = 254+54+255=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 54 (21.48% from 255 or 9.59% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE36FF is #01C900. Grayscale: #888888. Windows color (decimal): -116993 or 16725758. OLE color: 16725758.

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

Color convert

RGB25454255-
CMYK0.000.7900
HSL299.7º100%60.59%-
HSV(B)299.7º78.82%100%-
XYZ60.2430.9397.4-
YUV136.71194.76211.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 54 (21.48% from 255) = 9.59%
BLUE value IS 255 (100% from 255) = 45.29%
R=45.12%
G=9.59%
B=45.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254542550.000.7900299.710060.59
HexFE36FF04F0012c643d
Octal3766637701170045414475
Binary111111101101101111111101001111001001011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE36FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE36FF; }

 p { color: rgb(254,54,255); }

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

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

 a { background-color: rgb(254,54,255); }

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

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

 span { border-color: rgb(254,54,255); }

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