Html Css Color HEX #FC40FE Pink Flamingo

📋 copy color: '#FC40FE'

red 252 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #FC40FE

Tints of Pink Flamingo #FC40FE

RGB

 RED value IS 252 (98.83% from 255) = 44.21%

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

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

R = 44.21%
G = 11.23%
B = 44.56%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC40FE (or 0xFC40FE) is known color: Pink Flamingo. HEX triplet: FC, 40 and FE. RGB value is (252,64,254). Sum of RGB (Red+Green+Blue) = 252+64+254=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 64 (25.39% from 255 or 11.23% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40FE is #03BF01. Grayscale: #8D8D8D. Windows color (decimal): -245506 or 16662780. OLE color: 16662780.

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

Color convert

RGB 252 64 254 -
CMYK 0.01 0.75 0 0.00
HSL 299.37º 0.99% 0.62% -
HSV(B) 299.37º 0.75% 1% -
XYZ 59.87 31.52 96.69 -
YUV 141.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 252 64 254 0.01 0.75 0 0.00 299.37 0.99 0.62
Hex FC 40 FE 1 4B 0 0 12B 63 3E
Octal 374 100 376 1 113 0 0 453 143 76
Binary 11111100 1000000 11111110 1 1001011 0 0 100101011 1100011 111110

Color Harmonies of #FC40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40FE

Black with #FC40FE

Text Example


Text Example

White with #FC40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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