Html Css Color HEX #FC40FA Pink Flamingo

📋 copy color: '#FC40FA'

red 252 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #FC40FA

Tints of Pink Flamingo #FC40FA

RGB

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

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

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

R = 44.52%
G = 11.31%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC40FA (or 0xFC40FA) is known color: Pink Flamingo. HEX triplet: FC, 40 and FA. RGB value is (252,64,250). Sum of RGB (Red+Green+Blue) = 252+64+250=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 64 (25.39% from 255 or 11.31% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40FA is #03BF05. Grayscale: #8C8C8C. Windows color (decimal): -245510 or 16400636. OLE color: 16400636.

HSL color Cylindrical-coordinate representation of color #FC40FA: hue angle of 300.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40FA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 250 -
CMYK 0 0.75 0.01 0.01
HSL 300.64º 0.97% 0.62% -
HSV(B) 300.64º 0.75% 0.99% -
XYZ 59.23 31.26 93.36 -
YUV 141.42 189.28 206.88 -
System Red Green Blue C M Y K H S L
Decimal 252 64 250 0 0.75 0.01 0.01 300.64 0.97 0.62
Hex FC 40 FA 0 4B 1 1 12D 61 3E
Octal 374 100 372 0 113 1 1 455 141 76
Binary 11111100 1000000 11111010 0 1001011 1 1 100101101 1100001 111110

Color Harmonies of #FC40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40FA

Black with #FC40FA

Text Example


Text Example

White with #FC40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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