Html Css Color HEX #FF40FD Pink Flamingo

📋 copy color: '#FF40FD'

red 255 ◦ green 64 ◦ blue 253

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

Shades of Pink Flamingo #FF40FD

Tints of Pink Flamingo #FF40FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 44.58%
G = 11.19%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF40FD (or 0xFF40FD) is known color: Pink Flamingo. HEX triplet: FF, 40 and FD. RGB value is (255,64,253). Sum of RGB (Red+Green+Blue) = 255+64+253=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 64 (25.39% from 255 or 11.19% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40FD is #00BF02. Grayscale: #8E8E8E. Windows color (decimal): -48899 or 16597247. OLE color: 16597247.

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

Color convert

RGB 255 64 253 -
CMYK 0 0.75 0.01 0
HSL 300.63º 1% 0.63% -
HSV(B) 300.63º 0.75% 1% -
XYZ 60.8 32.02 95.9 -
YUV 142.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 255 64 253 0 0.75 0.01 0 300.63 1 0.63
Hex FF 40 FD 0 4B 1 0 12D 64 3F
Octal 377 100 375 0 113 1 0 455 144 77
Binary 11111111 1000000 11111101 0 1001011 1 0 100101101 1100100 111111

Color Harmonies of #FF40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40FD

Black with #FF40FD

Text Example


Text Example

White with #FF40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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