#FE42FF

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

Shades of Pink Flamingo #FE42FF

Tints of Pink Flamingo #FE42FF

Color information

#FE42FF (or 0xFE42FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 42 and FF. RGB value is (254,66,255). Sum of RGB (Red+Green+Blue) = 254+66+255=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 66 (26.17% from 255 or 11.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE42FF is #01BD00. Grayscale: #8F8F8F. Windows color (decimal): -113921 or 16728830. OLE color: 16728830.

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

Color convert

RGB25466255-
CMYK0.000.7400
HSL299.68º100%62.94%-
HSV(B)299.68º74.12%100%-
XYZ60.8732.1997.61-
YUV143.76190.78206.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 66 (26.17% from 255) = 11.48%
BLUE value IS 255 (100% from 255) = 44.35%
R=44.17%
G=11.48%
B=44.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254662550.000.7400299.6810062.94
HexFE42FF04A0012c643f
Octal37610237701120045414477
Binary1111111010000101111111101001010001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE42FF; }

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

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

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

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

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

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

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

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