Html Css Color HEX #FC40FC Pink Flamingo

📋 copy color: '#FC40FC'

red 252 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #FC40FC

Tints of Pink Flamingo #FC40FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 44.37%
G = 11.27%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC40FC (or 0xFC40FC) is known color: Pink Flamingo. HEX triplet: FC, 40 and FC. RGB value is (252,64,252). Sum of RGB (Red+Green+Blue) = 252+64+252=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 64 (25.39% from 255 or 11.27% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40FC is #03BF03. Grayscale: #8D8D8D. Windows color (decimal): -245508 or 16531708. OLE color: 16531708.

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

Color convert

RGB 252 64 252 -
CMYK 0 0.75 0 0.01
HSL 300º 0.97% 0.62% -
HSV(B) 300º 0.75% 0.99% -
XYZ 59.55 31.39 95.02 -
YUV 141.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 252 64 252 0 0.75 0 0.01 300 0.97 0.62
Hex FC 40 FC 0 4B 0 1 12C 61 3E
Octal 374 100 374 0 113 0 1 454 141 76
Binary 11111100 1000000 11111100 0 1001011 0 1 100101100 1100001 111110

Color Harmonies of #FC40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40FC

Black with #FC40FC

Text Example


Text Example

White with #FC40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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