Html Css Color HEX #FE40FF Pink Flamingo

📋 copy color: '#FE40FF'

red 254 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #FE40FF

Tints of Pink Flamingo #FE40FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 44.33%
G = 11.17%
B = 44.5%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE40FF (or 0xFE40FF) is known color: Pink Flamingo. HEX triplet: FE, 40 and FF. RGB value is (254,64,255). Sum of RGB (Red+Green+Blue) = 254+64+255=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 64 (25.39% from 255 or 11.17% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40FF is #01BF00. Grayscale: #8E8E8E. Windows color (decimal): -114433 or 16728318. OLE color: 16728318.

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

Color convert

RGB 254 64 255 -
CMYK 0.00 0.75 0 0
HSL 299.69º 1% 0.63% -
HSV(B) 299.69º 0.75% 1% -
XYZ 60.76 31.96 97.57 -
YUV 142.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 254 64 255 0.00 0.75 0 0 299.69 1 0.63
Hex FE 40 FF 0 4B 0 0 12C 64 3F
Octal 376 100 377 0 113 0 0 454 144 77
Binary 11111110 1000000 11111111 0 1001011 0 0 100101100 1100100 111111

Color Harmonies of #FE40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40FF

Black with #FE40FF

Text Example


Text Example

White with #FE40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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