Html Css Color HEX #FF40FA Pink Flamingo

📋 copy color: '#FF40FA'

red 255 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #FF40FA

Tints of Pink Flamingo #FF40FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 44.82%
G = 11.25%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF40FA (or 0xFF40FA) is known color: Pink Flamingo. HEX triplet: FF, 40 and FA. RGB value is (255,64,250). Sum of RGB (Red+Green+Blue) = 255+64+250=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 64 (25.39% from 255 or 11.25% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40FA is #00BF05. Grayscale: #8D8D8D. Windows color (decimal): -48902 or 16400639. OLE color: 16400639.

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

Color convert

RGB 255 64 250 -
CMYK 0 0.75 0.02 0
HSL 301.57º 1% 0.63% -
HSV(B) 301.57º 0.75% 1% -
XYZ 60.33 31.83 93.41 -
YUV 142.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 255 64 250 0 0.75 0.02 0 301.57 1 0.63
Hex FF 40 FA 0 4B 2 0 12E 64 3F
Octal 377 100 372 0 113 2 0 456 144 77
Binary 11111111 1000000 11111010 0 1001011 10 0 100101110 1100100 111111

Color Harmonies of #FF40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40FA

Black with #FF40FA

Text Example


Text Example

White with #FF40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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