Html Css Color HEX #FF40FE Pink Flamingo

📋 copy color: '#FF40FE'

red 255 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #FF40FE

Tints of Pink Flamingo #FF40FE

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FF40FE: hue angle of 300.31º 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 #FF40FE is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #FF40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40FE

Black with #FF40FE

Text Example


Text Example

White with #FF40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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