Html Css Color HEX #FC40F9 Pink Flamingo

📋 copy color: '#FC40F9'

red 252 ◦ green 64 ◦ blue 249

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

Shades of Pink Flamingo #FC40F9

Tints of Pink Flamingo #FC40F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 44.6%
G = 11.33%
B = 44.07%

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

#FC40F9 (or 0xFC40F9) is known color: Pink Flamingo. HEX triplet: FC, 40 and F9. RGB value is (252,64,249). Sum of RGB (Red+Green+Blue) = 252+64+249=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 64 (25.39% from 255 or 11.33% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40F9 is #03BF06. Grayscale: #8C8C8C. Windows color (decimal): -245511 or 16335100. OLE color: 16335100.

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

Color convert

RGB 252 64 249 -
CMYK 0 0.75 0.01 0.01
HSL 300.96º 0.97% 0.62% -
HSV(B) 300.96º 0.75% 0.99% -
XYZ 59.08 31.2 92.53 -
YUV 141.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 252 64 249 0 0.75 0.01 0.01 300.96 0.97 0.62
Hex FC 40 F9 0 4B 1 1 12D 61 3E
Octal 374 100 371 0 113 1 1 455 141 76
Binary 11111100 1000000 11111001 0 1001011 1 1 100101101 1100001 111110

Color Harmonies of #FC40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40F9

Black with #FC40F9

Text Example


Text Example

White with #FC40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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