Html Css Color HEX #FE40FE Pink Flamingo

📋 copy color: '#FE40FE'

red 254 ◦ green 64 ◦ blue 254

#FE40FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FE40FE

Tints of Pink Flamingo #FE40FE

RGB

 RED value IS 254 (99.61% from 255) = 44.41%

 GREEN value IS 64 (25.39% from 255) = 11.19%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 44.41%
G = 11.19%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE40FE (or 0xFE40FE) is known color: Pink Flamingo. HEX triplet: FE, 40 and FE. RGB value is (254,64,254). Sum of RGB (Red+Green+Blue) = 254+64+254=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 64 (25.39% from 255 or 11.19% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40FE is #01BF01. Grayscale: #8D8D8D. Windows color (decimal): -114434 or 16662782. OLE color: 16662782.

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

Color convert

RGB 254 64 254 -
CMYK 0 0.75 0 0.00
HSL 300º 0.99% 0.62% -
HSV(B) 300º 0.75% 1% -
XYZ 60.6 31.89 96.73 -
YUV 142.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 254 64 254 0 0.75 0 0.00 300 0.99 0.62
Hex FE 40 FE 0 4B 0 0 12C 63 3E
Octal 376 100 376 0 113 0 0 454 143 76
Binary 11111110 1000000 11111110 0 1001011 0 0 100101100 1100011 111110

Color Harmonies of #FE40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40FE

Black with #FE40FE

Text Example


Text Example

White with #FE40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40FE; }

 p { color: rgb(254,64,254); }

 H1.HeaderClassName
 {
   color: #FE40FE;
 }
 .AnyTagClassName
 {
   color: #FE40FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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