Html Css Color HEX #FD40FE Pink Flamingo

📋 copy color: '#FD40FE'

red 253 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #FD40FE

Tints of Pink Flamingo #FD40FE

RGB

 RED value IS 253 (99.22% from 255) = 44.31%

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

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

R = 44.31%
G = 11.21%
B = 44.48%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD40FE (or 0xFD40FE) is known color: Pink Flamingo. HEX triplet: FD, 40 and FE. RGB value is (253,64,254). Sum of RGB (Red+Green+Blue) = 253+64+254=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 64 (25.39% from 255 or 11.21% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40FE is #02BF01. Grayscale: #8D8D8D. Windows color (decimal): -179970 or 16662781. OLE color: 16662781.

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

Color convert

RGB 253 64 254 -
CMYK 0.00 0.75 0 0.00
HSL 299.68º 0.99% 0.62% -
HSV(B) 299.68º 0.75% 1% -
XYZ 60.23 31.71 96.71 -
YUV 142.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 253 64 254 0.00 0.75 0 0.00 299.68 0.99 0.62
Hex FD 40 FE 0 4B 0 0 12C 63 3E
Octal 375 100 376 0 113 0 0 454 143 76
Binary 11111101 1000000 11111110 0 1001011 0 0 100101100 1100011 111110

Color Harmonies of #FD40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40FE

Black with #FD40FE

Text Example


Text Example

White with #FD40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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