Html Css Color HEX #FC40F3 Pink Flamingo

📋 copy color: '#FC40F3'

red 252 ◦ green 64 ◦ blue 243

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

Shades of Pink Flamingo #FC40F3

Tints of Pink Flamingo #FC40F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.47%

R = 45.08%
G = 11.45%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC40F3 (or 0xFC40F3) is known color: Pink Flamingo. HEX triplet: FC, 40 and F3. RGB value is (252,64,243). Sum of RGB (Red+Green+Blue) = 252+64+243=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40F3 is #03BF0C. Grayscale: #8C8C8C. Windows color (decimal): -245517 or 15941884. OLE color: 15941884.

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

Color convert

RGB 252 64 243 -
CMYK 0 0.75 0.04 0.01
HSL 302.87º 0.97% 0.62% -
HSV(B) 302.87º 0.75% 0.99% -
XYZ 58.16 30.83 87.68 -
YUV 140.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 252 64 243 0 0.75 0.04 0.01 302.87 0.97 0.62
Hex FC 40 F3 0 4B 4 1 12F 61 3E
Octal 374 100 363 0 113 4 1 457 141 76
Binary 11111100 1000000 11110011 0 1001011 100 1 100101111 1100001 111110

Color Harmonies of #FC40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40F3

Black with #FC40F3

Text Example


Text Example

White with #FC40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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